Skip to content

Commit a0e7768

Browse files
committed
chore: checkout corresponding branch instead of commit
1 parent 97ae348 commit a0e7768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebuild/release/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5-
BRANCH: "master"
5+
BRANCH: "mainline-1.x"
66
secrets-manager:
77
TWINE_USERNAME: PyPiAdmin:username
88
TWINE_PASSWORD: PyPiAdmin:password

codebuild/release/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5-
BRANCH: "master"
5+
BRANCH: "mainline-1.x"
66
secrets-manager:
77
TWINE_USERNAME: TestPyPiCryptoTools:username
88
TWINE_PASSWORD: TestPyPiCryptoTools:password

0 commit comments

Comments
 (0)