We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0447dad commit 261febeCopy full SHA for 261febe
deployspec.yml
@@ -8,7 +8,7 @@ phases:
8
commands:
9
- |
10
set -eo pipefail
11
- version=$(cat global.json | jq -r '.sdk.version')
+ version=$(echo $REF | tr '/' ' ' | awk '{ print $3 }')
12
creds=$(aws sts assume-role --role-arn ${ROLE_ARN} --role-session-name DeployDotnetLambdaLayer)
13
14
export AWS_ACCESS_KEY_ID=$(echo $creds | jq -r '.Credentials.AccessKeyId')
0 commit comments