Skip to content

Commit d9c4df2

Browse files
committed
chore: checkout corresponding branch instead of commit
1 parent dcb5ee4 commit d9c4df2

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
@@ -16,7 +16,7 @@ phases:
1616
python: latest
1717
pre_build:
1818
commands:
19-
- git checkout $COMMIT_ID
19+
- git checkout $BRANCH
2020
- FOUND_VERSION=$(sed -n 's/__version__ = "\(.*\)"/\1/p' src/aws_encryption_sdk/identifiers.py)
2121
- |
2222
if expr ${FOUND_VERSION} != ${VERSION}; then

codebuild/release/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ phases:
1616
python: latest
1717
pre_build:
1818
commands:
19-
- git checkout $COMMIT_ID
19+
- git checkout $BRANCH
2020
- FOUND_VERSION=$(sed -n 's/__version__ = "\(.*\)"/\1/p' src/aws_encryption_sdk/identifiers.py)
2121
- |
2222
if expr ${FOUND_VERSION} != ${VERSION}; then

0 commit comments

Comments
 (0)