File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ windowsWorkflowFilters: &windows-workflow-filters
72
72
- equal : [ develop, << pipeline.git.branch >> ]
73
73
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
74
74
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
75
- - equal : ['feature/ct-public-api', << pipeline.git.branch >> ]
75
+ - equal : [ 'feature/ct-public-api', << pipeline.git.branch >> ]
76
76
- matches :
77
77
pattern : /^release\/\d+\.\d+\.\d+$/
78
78
value : << pipeline.git.branch >>
@@ -138,7 +138,7 @@ commands:
138
138
- run :
139
139
name : Check current branch to persist artifacts
140
140
command : |
141
- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "fix-duplicate-and-expired-cookies " ]]; then
141
+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feature/ct-public-api " ]]; then
142
142
echo "Not uploading artifacts or posting install comment for this branch."
143
143
circleci-agent step halt
144
144
fi
You can’t perform that action at this time.
0 commit comments