Merge pull request #1616 from molecula/update-circleci-logic

CLOUD-65 Default output to 'true' in CircleCI job skipping steps
This commit is contained in:
Alan Bernstein 2021-05-26 11:31:20 -05:00 committed by GitHub
commit 10af6d588f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,8 @@ commands:
if [ -z $ROOT_CHANGED_FILES ] ; then
echo "halting step"
circleci step halt
else
true
fi
skip-if-lattice-unchanged:
description: "skips the parent job if the PR includes no changes to lattice"
@ -53,6 +55,8 @@ commands:
if [ -z $LATTICE_CHANGED_FILES ] ; then
echo "halting step"
circleci step halt
else
true
fi
jobs: