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 42fdb08 commit df705c0Copy full SHA for df705c0
codebuild/staging/release-staging.yml
@@ -28,7 +28,7 @@ phases:
28
- curl https://services.gradle.org/distributions/gradle-7.6-all.zip -L -o gradle.zip
29
- unzip -qq gradle.zip && rm gradle.zip
30
- export PATH="$PWD/gradle-7.6/bin:$PATH"
31
- - cd aws-cryptographic-material-providers-library-java/
+ - cd aws-database-encryption-sdk-dynamodb-java/
32
pre_build:
33
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`)
0 commit comments