Fix acceptance test not working due to missing SYNC_PERIOD (#542)

Fixes #533
This commit is contained in:
ToMe25
2021-05-11 13:30:34 +02:00
committed by GitHub
parent ae09e6ebb7
commit 5309b1c02c

View File

@@ -195,7 +195,7 @@ acceptance/teardown:
acceptance/deploy:
NAME=${NAME} DOCKER_USER=${DOCKER_USER} VERSION=${VERSION} RUNNER_NAME=${RUNNER_NAME} RUNNER_TAG=${RUNNER_TAG} TEST_REPO=${TEST_REPO} \
TEST_ORG=${TEST_ORG} TEST_ORG_REPO=${TEST_ORG_REPO} \
TEST_ORG=${TEST_ORG} TEST_ORG_REPO=${TEST_ORG_REPO} SYNC_PERIOD=${SYNC_PERIOD} \
acceptance/deploy.sh
acceptance/tests: