File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
3
env :
4
- variables :
5
- BRANCH : " master"
6
4
secrets-manager :
7
5
TWINE_USERNAME : PyPiAdmin:username
8
6
TWINE_PASSWORD : PyPiAdmin:password
@@ -16,6 +14,7 @@ phases:
16
14
python : latest
17
15
pre_build :
18
16
commands :
17
+ - git fetch origin $COMMIT_ID:$COMMIT_ID --depth=1
19
18
- git checkout $COMMIT_ID
20
19
- FOUND_VERSION=$(sed -n 's/__version__ = "\(.*\)"/\1/p' src/aws_encryption_sdk/identifiers.py)
21
20
- |
Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
3
env :
4
- variables :
5
- BRANCH : " master"
6
4
secrets-manager :
7
5
TWINE_USERNAME : TestPyPiCryptoTools:username
8
6
TWINE_PASSWORD : TestPyPiCryptoTools:password
@@ -16,6 +14,7 @@ phases:
16
14
python : latest
17
15
pre_build :
18
16
commands :
17
+ - git fetch origin $COMMIT_ID:$COMMIT_ID --depth=1
19
18
- git checkout $COMMIT_ID
20
19
- FOUND_VERSION=$(sed -n 's/__version__ = "\(.*\)"/\1/p' src/aws_encryption_sdk/identifiers.py)
21
20
- |
You can’t perform that action at this time.
0 commit comments