File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
DynamoDbEncryption/runtimes/rust Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 11To publish a new version of the aws-db-esdk for version N.N.N
22
3+ 1 . acquire the AWS permissions to run the tests
341 . Ensure git checkout of main is fresh and clean
451 . ./start_release.sh N.N.N
561 . ` cd ../../../releases/rust/db_esdk `
Original file line number Diff line number Diff line change @@ -17,19 +17,6 @@ if [ $MATCHES -eq 0 ]; then
1717 exit 1
1818fi
1919
20- # assume role to allow tests to run
21- mwinit -f
22- unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN AWS_PROFILE
23- _assume_role=" arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2"
24- _session_name=" ${USER} -DDBEC-Dafny-Java-Tests"
25- export AWS_PROFILE=aws-crypto-tools-team+optools-ci-ToolsDevelopment
26- export AWS_REGION=us-west-2
27- STS_RESPONSE=` aws sts assume-role --role-arn $_assume_role --role-session-name $_session_name `
28- export AWS_ACCESS_KEY_ID=` echo " $STS_RESPONSE " | jq -r .Credentials.AccessKeyId`
29- export AWS_SECRET_ACCESS_KEY=` echo " $STS_RESPONSE " | jq -r .Credentials.SecretAccessKey`
30- export AWS_SESSION_TOKEN=` echo " $STS_RESPONSE " | jq -r .Credentials.SessionToken`
31- unset AWS_PROFILE AWS_SDK_LOAD_CONFIG _assume_role _session_name STS_RESPONSE
32-
3320echo
3421echo
3522echo " Current Dafny Version:"
You can’t perform that action at this time.
0 commit comments