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 99 - python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
1010 pre_build :
1111 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
1313 build :
1414 commands :
1515 - echo Build started on `date`
Original file line number Diff line number Diff line change 99 - python3 -m pip install --user --upgrade twine setuptools wheel boto3 PyOpenSSL six
1010 pre_build :
1111 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
1313 build :
1414 commands :
1515 - echo Build started on `date`
You can’t perform that action at this time.
0 commit comments