Skip to content

Commit e527e83

Browse files
committed
Add CI/CD variable
1 parent 7240917 commit e527e83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ stages:
44
python_tests:
55
image: python:3.8.10
66
stage: test
7-
variables: NEOCC_PORTAL_IP: $NEOCC_PORTAL_IP
7+
variables:
8+
NEOCC_PORTAL_IP: $NEOCC_PORTAL_IP
89

910
script:
1011
- echo $NEOCC_PORTAL_IP

0 commit comments

Comments
 (0)