We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465faeb commit f24da1cCopy full SHA for f24da1c
.circleci/config.yml
@@ -185,7 +185,6 @@ jobs:
185
name: Download artifacts for base revision
186
command: |
187
git fetch origin master
188
- echo "$(git merge-base HEAD origin/master)"
189
cd ./scripts/release && yarn && cd ../../
190
scripts/release/download-experimental-build.js --commit=$(git merge-base HEAD origin/master)
191
mv ./build2 ./base-build
@@ -485,9 +484,17 @@ workflows:
485
484
486
# TODO: Test more persistent configurations?
487
- get_base_build:
+ filters:
488
+ branches:
489
+ ignore:
490
+ - master
491
requires:
492
- setup
493
- sizebot:
494
495
496
497
498
499
- get_base_build
500
- yarn_build_combined
0 commit comments