Skip to content

Commit b18d839

Browse files
- Syntax fixes.
1 parent 98133be commit b18d839

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,6 @@ jobs:
491491
echo "BUILDPATCHVERSION=${BUILDPATCHVERSION}"
492492
} >> "${GITHUB_ENV}"
493493
494-
sundryConfig='{}'
495-
496-
if [ "${{ matrix.registry }}" = "test/registry" ]; then
497-
sundryConfig='{"registry_path": "test/registry"}'
498-
fi
499-
500-
echo "SUNDRY_CONFIG=${sundryConfig}" >> "${GITHUB_ENV}"
501494
502495
- name: Install testing dependencies
503496
run: |
@@ -536,13 +529,13 @@ jobs:
536529
run: |
537530
if [ "${{ matrix.registry }}" = "test/registry" ]; then
538531
robot \
539-
--variable "SUNDRY_CONFIG:${{ env.SUNDRY_CONFIG }}" \
532+
--variable 'SUNDRY_CONFIG:{"registry_path": "test/registry"}' \
540533
--variable SHOULD_RUN_DOCKER_EXTERNAL_TESTS:true \
541534
--include tls_proxied \
542535
-d test/robot/reports test/robot/functional
543536
test/robot/registry-mocked
544537
else
545-
python cicd/python/build.py --robot-test --config='{ "variables": { "SHOULD_RUN_DOCKER_EXTERNAL_TESTS": "true", "SUNDRY_CONFIG": "${{ env.SUNDRY_CONFIG }}" } }'
538+
python cicd/python/build.py --robot-test --config='{ "variables": { "SHOULD_RUN_DOCKER_EXTERNAL_TESTS": "true" } }'
546539
fi
547540
548541
- name: Output from mocked functional tests

0 commit comments

Comments
 (0)