Skip to content

Commit 07c20df

Browse files
committed
cd into right directory
1 parent 0d18f25 commit 07c20df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codebuild/staging/release-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ phases:
3131
- cd aws-database-encryption-sdk-dynamodb-java/
3232
pre_build:
3333
commands:
34-
- export CODEARTIFACT_TOKEN=$(aws codeartifact get-authorization-token --domain crypto-tools-internal --domain-owner 587316601012 --region us-east-1 --query authorizationToken --output text`)
34+
- export CODEARTIFACT_TOKEN=$(aws codeartifact get-authorization-token --domain crypto-tools-internal --domain-owner 587316601012 --region us-east-1 --query authorizationToken --output text)
3535
- export CODEARTIFACT_REPO_URL=https://crypto-tools-internal-587316601012.d.codeartifact.us-east-1.amazonaws.com/maven/java-dbesdk-ddb-staging/
3636
- aws secretsmanager get-secret-value --region us-west-2 --secret-id Maven-GPG-Keys-Release --query SecretBinary --output text | base64 -d > ~/mvn_gpg.tgz
3737
- tar -xvf ~/mvn_gpg.tgz -C ~
3838
- mkdir /root/.gnupg
3939
- printf "use-agent\npinentry-mode loopback" >> ~/mvn_gpg/gpg.conf
4040
- printf "allow-loopback-pinentry" >> ~/mvn_gpg/gpg-agent.conf
4141
- mv -v ~/mvn_gpg/* /root/.gnupg/
42-
- cat /root/.gnupg/gpg.conf
4342
- TMP_ROLE=$(aws sts assume-role --role-arn "arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" --role-session-name "CB-TestVectorResources")
4443
- export TMP_ROLE
4544
- export AWS_ACCESS_KEY_ID=$(echo "${TMP_ROLE}" | jq -r '.Credentials.AccessKeyId')

0 commit comments

Comments
 (0)