Skip to content

Commit a2b6f83

Browse files
committed
PROD-5669: Move to main branch
1 parent 94ab1db commit a2b6f83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ commands:
5656
name: Triggering release of new version
5757
command: |
5858
RELEASE_SHA=$(git rev-parse HEAD)
59-
git checkout master
59+
git checkout main
6060
MASTER_SHA=$(git rev-parse HEAD)
6161
if [[ "$RELEASE_SHA" != "$MASTER_SHA" ]]; then
62-
echo "release tag SHA != master HEAD SHA, $RELEASE_SHA $MASTER_SHA"
62+
echo "release tag SHA != main HEAD SHA, $RELEASE_SHA $MASTER_SHA"
6363
exit 1
6464
fi
6565
git config --local user.email "cibot@opengamma.com"

.github/workflows/ogbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
pr:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: OpenGamma/OGBot@master
11+
- uses: OpenGamma/OGBot@main
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)