From 8d4bae508815c842b5bbff633aedc6c7ec074af8 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 22 Mar 2018 09:07:46 -0700 Subject: [PATCH] Fixing a typo in the CircleCI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3bd8c39..8e038f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: ci/circle_workflows/packer_and_vagrant_changes.sh exit 0 fi - if [[ "$PACKER_MODIFIED" -eq 1 ]] && [[ "$VAGRANT_MODIFIED" -eq 1 ]]; then + if [[ "$PACKER_MODIFIED" -eq 0 ]] && [[ "$VAGRANT_MODIFIED" -eq 0 ]]; then echo "Running the default test suite (Vagrant-only)" chmod +x ci/circle_workflows/vagrant_changes.sh ci/circle_workflows/vagrant_changes.sh