Skip to content

Commit 904af87

Browse files
committed
bring back original name of var
1 parent 73be267 commit 904af87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_call:
1313

1414
env:
15-
OC_URL: https://localhost:9200
15+
OCIS_URL: https://localhost:9200
1616

1717
jobs:
1818
lint-and-tests:
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
docker run --rm -d \
5858
-p 9200:9200 \
59-
-e OCIS_URL=$OC_URL \
59+
-e OCIS_URL=$OCIS_URL \
6060
-e OCIS_INSECURE=true \
6161
-e OCIS_LOG_LEVEL=error \
6262
-e IDM_ADMIN_PASSWORD=admin \
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
docker run --rm -d \
7676
-p 9200:9200 \
77-
-e OC_URL=$OC_URL \
77+
-e OC_URL=$OCIS_URL \
7878
-e OC_INSECURE=true \
7979
-e OC_LOG_LEVEL=error \
8080
-e IDM_ADMIN_PASSWORD=admin \

0 commit comments

Comments
 (0)