diff --git a/.circleci/config.yml b/.circleci/config.yml index e8c5de99aa..2c26ab978c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -171,9 +171,9 @@ jobs: - run: name: Download artifacts for base revision command: | - git fetch origin master + git fetch origin main cd ./scripts/release && yarn && cd ../../ - scripts/release/download-experimental-build.js --commit=$(git merge-base HEAD origin/master) + scripts/release/download-experimental-build.js --commit=$(git merge-base HEAD origin/main) mv ./build2 ./base-build - persist_to_workspace: root: . @@ -189,7 +189,7 @@ jobs: at: . - run: yarn workspaces info | head -n -1 > workspace_info.txt - *restore_node_modules - - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA + - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA # Compress build directory into a single tarball for easy download - run: tar -zcvf ./build2.tgz ./build2 - store_artifacts: @@ -202,7 +202,7 @@ jobs: - checkout - attach_workspace: at: . - - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA + - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA - run: yarn workspaces info | head -n -1 > workspace_info.txt - *restore_node_modules - run: @@ -356,7 +356,7 @@ jobs: - run: name: Run publish script command: | - git fetch origin master + git fetch origin main cd ./scripts/release && yarn && cd ../../ scripts/release/prepare-release-from-ci.js --skipTests -r << parameters.release_channel >> --commit=<< parameters.commit_sha >> cp ./scripts/release/ci-npmrc ~/.npmrc @@ -414,7 +414,7 @@ workflows: filters: branches: only: - - master + - main # New workflow that will replace "stable" and "experimental" build_and_test: @@ -491,14 +491,14 @@ workflows: filters: branches: ignore: - - master + - main requires: - setup - sizebot: filters: branches: ignore: - - master + - main requires: - get_base_build - yarn_build_combined @@ -514,7 +514,7 @@ workflows: filters: branches: only: - - master + - main jobs: - setup - test_fuzz: @@ -555,7 +555,7 @@ workflows: filters: branches: only: - - master + - main jobs: - setup - publish_prerelease: