@@ -8,7 +8,7 @@ macBuildFilters: &macBuildFilters
88 branches :
99 only :
1010 - develop
11- - issue-17944-remove-source-files
11+ - fix-test-other-projects
1212
1313defaults : &defaults
1414 parallelism : 1
@@ -42,7 +42,7 @@ onlyMainBranches: &onlyMainBranches
4242 branches :
4343 only :
4444 - develop
45- - issue-17944-remove-source-files
45+ - fix-test-other-projects
4646 requires :
4747 - create-build-artifacts
4848
@@ -1481,7 +1481,7 @@ jobs:
14811481 - run :
14821482 name : Check current branch to persist artifacts
14831483 command : |
1484- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "issue-17944-remove-source-files " ]]; then
1484+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "fix-test-other-projects " ]]; then
14851485 echo "Not uploading artifacts or posting install comment for this branch."
14861486 circleci-agent step halt
14871487 fi
@@ -2073,6 +2073,7 @@ linux-workflow: &linux-workflow
20732073 # Any attempts to automate this are welcome
20742074 # If CircleCI provided an "after all" hook, then this wouldn't be necessary
20752075 - npm-release :
2076+ context : test-runner:npm-release
20762077 requires :
20772078 - build
20782079 - npm-eslint-plugin-dev
@@ -2116,7 +2117,7 @@ linux-workflow: &linux-workflow
21162117 branches :
21172118 only :
21182119 - develop
2119- - issue-17944-remove-source-files
2120+ - fix-test-other-projects
21202121 requires :
21212122 - build
21222123 - test-kitchensink :
@@ -2128,7 +2129,7 @@ linux-workflow: &linux-workflow
21282129 branches :
21292130 only :
21302131 - develop
2131- - issue-17944-remove-source-files
2132+ - fix-test-other-projects
21322133 requires :
21332134 - build
21342135 - create-build-artifacts :
@@ -2178,15 +2179,15 @@ linux-workflow: &linux-workflow
21782179 branches :
21792180 only :
21802181 - develop
2181- - issue-17944-remove-source-files
2182+ - fix-test-other-projects
21822183 requires :
21832184 - create-build-artifacts
21842185 - test-npm-module-and-verify-binary :
21852186 filters :
21862187 branches :
21872188 only :
21882189 - develop
2189- - issue-17944-remove-source-files
2190+ - fix-test-other-projects
21902191 requires :
21912192 - create-build-artifacts
21922193 - test-binary-against-staging :
@@ -2195,7 +2196,7 @@ linux-workflow: &linux-workflow
21952196 branches :
21962197 only :
21972198 - develop
2198- - issue-17944-remove-source-files
2199+ - fix-test-other-projects
21992200 requires :
22002201 - create-build-artifacts
22012202
@@ -2220,7 +2221,7 @@ linux-workflow: &linux-workflow
22202221 branches :
22212222 only :
22222223 - develop
2223- - issue-17944-remove-source-files
2224+ - fix-test-other-projects
22242225 requires :
22252226 - create-build-artifacts
22262227
@@ -2292,7 +2293,7 @@ mac-workflow: &mac-workflow
22922293 branches :
22932294 only :
22942295 - develop
2295- - issue-17944-remove-source-files
2296+ - fix-test-other-projects
22962297 requires :
22972298 - darwin-create-build-artifacts
22982299
@@ -2304,7 +2305,7 @@ mac-workflow: &mac-workflow
23042305 branches :
23052306 only :
23062307 - develop
2307- - issue-17944-remove-source-files
2308+ - fix-test-other-projects
23082309 requires :
23092310 - darwin-create-build-artifacts
23102311
0 commit comments