From e9851921bc5f9b17c5fd1829426e3caae3e1182b Mon Sep 17 00:00:00 2001 From: Nolan Davidson Date: Wed, 6 Sep 2017 14:19:34 -0400 Subject: [PATCH] Moving push jobs config Signed-off-by: Nolan Davidson --- files/main.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/main.sh b/files/main.sh index c353f0c..8775daa 100644 --- a/files/main.sh +++ b/files/main.sh @@ -82,9 +82,8 @@ fi # the bootstrap instance should sync files after reconfigure, regardless if configs exist or not (upgrades) if [ -n "${BOOTSTRAP_TAGS}" ]; then + echo "[INFO] Configuring push jobs" + push_jobs_configure echo "[INFO] syncing bootstrap secrets up to S3" upload_config fi - -echo "[INFO] Configuring push jobs" -push_jobs_configure