File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ commands:
121121 name : Set environment variable to determine whether or not to persist artifacts
122122 command : |
123123 echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
124- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feat/support_angular_21 " ]]; then
124+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feat/add_zoneless_angular_harness " ]]; then
125125 export SHOULD_PERSIST_ARTIFACTS=true
126126 fi' >> "$BASH_ENV"
127127 # You must run `setup_should_persist_artifacts` command and be using bash before running this command
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 : [ 'feat/support_angular_21 ', << pipeline.git.branch >> ]
7+ - equal : [ 'feat/add_zoneless_angular_harness ', << 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