Fix acceptance test not working due to missing SYNC_PERIOD (#542)
Fixes #533
This commit is contained in:
parent
ae09e6ebb7
commit
5309b1c02c
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue