File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ commands:
118118 name : Set environment variable to determine whether or not to persist artifacts
119119 command : |
120120 echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
121- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/fix/rename-exclude-from-ai " ]]; then
121+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/fix_builds " ]]; then
122122 export SHOULD_PERSIST_ARTIFACTS=true
123123 fi' >> "$BASH_ENV"
124124 # You must run `setup_should_persist_artifacts` command and be using bash before running this command
@@ -1473,7 +1473,6 @@ jobs:
14731473 default : false
14741474 resource_class : << parameters.resource_class >>
14751475 steps :
1476- - update_known_hosts
14771476 - checkout
14781477 - install-required-node
14791478 - verify-build-setup :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ linux-x64:
44 - equal : [ develop, << pipeline.git.branch >> ]
55 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
66 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
7- - equal : [ 'ryanm/fix/rename-exclude-from-ai ', << pipeline.git.branch >> ]
7+ - equal : [ 'chore/fix_builds ', << pipeline.git.branch >> ]
88 - matches :
99 pattern : /^release\/\d+\.\d+\.\d+$/
1010 value : << pipeline.git.branch >>
You can’t perform that action at this time.
0 commit comments