mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
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:
commit
10af6d588f
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue