@@ -30,7 +30,7 @@ mainBuildFilters: &mainBuildFilters
30
30
- /^release\/\d+\.\d+\.\d+$/
31
31
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
32
32
- ' update-v8-snapshot-cache-on-develop'
33
- - ' misc/remove_marionette_for_geckodriver '
33
+ - ' misc/use_webdriver '
34
34
- ' publish-binary'
35
35
36
36
# usually we don't build Mac app - it takes a long time
@@ -42,7 +42,7 @@ macWorkflowFilters: &darwin-workflow-filters
42
42
- equal : [ develop, << pipeline.git.branch >> ]
43
43
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
44
44
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
45
- - equal : [ 'misc/remove_marionette_for_geckodriver ', << pipeline.git.branch >> ]
45
+ - equal : [ 'misc/use_webdriver ', << pipeline.git.branch >> ]
46
46
- matches :
47
47
pattern : /^release\/\d+\.\d+\.\d+$/
48
48
value : << pipeline.git.branch >>
@@ -53,7 +53,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
53
53
- equal : [ develop, << pipeline.git.branch >> ]
54
54
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
55
55
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
56
- - equal : [ 'misc/remove_marionette_for_geckodriver ', << pipeline.git.branch >> ]
56
+ - equal : [ 'misc/use_webdriver ', << pipeline.git.branch >> ]
57
57
- matches :
58
58
pattern : /^release\/\d+\.\d+\.\d+$/
59
59
value : << pipeline.git.branch >>
@@ -152,7 +152,7 @@ commands:
152
152
name : Set environment variable to determine whether or not to persist artifacts
153
153
command : |
154
154
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
155
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "misc/remove_marionette_for_geckodriver " ]]; then
155
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "misc/use_webdriver " ]]; then
156
156
export SHOULD_PERSIST_ARTIFACTS=true
157
157
fi' >> "$BASH_ENV"
158
158
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments