File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
- python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
10
10
pre_build :
11
11
commands :
12
- - pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d":" | cut -f2 -d \") && echo "$pypirc" > ~/.pypirc
12
+ - pypirc=$(aws secretsmanager get-secret-value --secret-id "prod/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
13
13
build :
14
14
commands :
15
15
- echo Build started on `date`
Original file line number Diff line number Diff line change 9
9
- python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
10
10
pre_build :
11
11
commands :
12
- - pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d":" | cut -f2 -d \") && echo "$pypirc" > ~/.pypirc
12
+ - pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
13
13
build :
14
14
commands :
15
15
- echo Build started on `date`
You can’t perform that action at this time.
0 commit comments