Skip to content

Commit 0d18f25

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/staging/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ phases:
2828
- curl https://services.gradle.org/distributions/gradle-7.6-all.zip -L -o gradle.zip
2929
- unzip -qq gradle.zip && rm gradle.zip
3030
- export PATH="$PWD/gradle-7.6/bin:$PATH"
31-
- cd aws-cryptographic-material-providers-library-java/
31+
- cd aws-database-encryption-sdk-dynamodb-java/
3232
pre_build:
3333
commands:
3434
- 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

Comments
 (0)