From 5309b1c02c3dd23603ca1699cd209d662312c0f0 Mon Sep 17 00:00:00 2001 From: ToMe25 <38815969+ToMe25@users.noreply.github.com> Date: Tue, 11 May 2021 13:30:34 +0200 Subject: [PATCH] Fix acceptance test not working due to missing SYNC_PERIOD (#542) Fixes #533 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af9c28cb..921ca18e 100644 --- a/Makefile +++ b/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: