Merge pull request #78 from clong/fix_circle_typo

Fixing a typo in the CircleCI config
This commit is contained in:
Chris Long
2018-03-22 11:10:18 -07:00
committed by GitHub

View File

@@ -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