Skip to content

Commit 95ce8fa

Browse files
committed
🚚 Rename branch mastermain
1 parent 82a5e93 commit 95ce8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ commands:
5858
name: 🔀 Combining new docs with existing docs
5959
command: |
6060
cd /home/circleci/build
61-
git clone --single-branch --branch master [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo || git clone --single-branch --branch master [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo
61+
git clone --single-branch --branch main [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo || git clone --single-branch --branch main [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo
6262
rsync -rtv ./ /tmp/repo/ --exclude '.git'
6363
- run:
6464
name: 📑 Generating list of versions
@@ -80,7 +80,7 @@ commands:
8080
git rm -fr cpac || rm -fr cpac || true
8181
git rm -fr scripts/__pycache__ || rm -fr scripts/__pycache__ || true
8282
git commit -m "$(cat /home/circleci/GITMESSAGE.txt)" --allow-empty
83-
git push origin HEAD:master -f
83+
git push origin HEAD:main -f
8484
cd -
8585
store-commit-message:
8686
steps:
@@ -151,7 +151,7 @@ jobs:
151151
- get-version
152152
- prep-deploy
153153
- run:
154-
name: 🔗 Replace links to `FCP-INDI/master` with versioned links
154+
name: 🔗 Replace links to `FCP-INDI/main` with versioned links
155155
command: |
156156
cd /tmp/repo/
157157
python scripts/link_to_set_version.py ${BUILD_VERSION}

0 commit comments

Comments
 (0)