From d13f0ea89743b201101450a677c893a07802de93 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 22 Mar 2018 00:08:37 -0700 Subject: [PATCH] Testing to see if environment variables are not persisting across commands --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca009ec..46814d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,8 @@ jobs: - run: name: Choose which build gets run command: | + echo "VAGRANT_MODIFIED=$VAGRANT_MODIFIED" + echo "PACKER_MODIFIED=$PACKER_MODIFIED" if [[ "$PACKER_MODIFIED" -eq 1 ]] && [[ "$VAGRANT_MODIFIED" -eq 1 ]]; then echo "Running the test suite for Packer and Vagrant changes" chmod +x ci/circle_workflows/packer_and_vagrant_changes.sh