Skip to content

Commit

Permalink
chore: remove unused release step in test-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Nov 22, 2023
1 parent 5a5bcd9 commit 8620f3f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AwsEncryptionSDK/codebuild/release/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,3 @@ phases:
# Decrypt Generated Test Vectors with ESDK-JS
- npx -y @aws-crypto/integration-node decrypt -v $NET_41_VECTOR_PATH/net41.zip -c cpu

# Unzip ESDK-NET @ v4.0.0 Valid Vectors
- cd runtimes/net/TestVectorsNative/TestVectors/resources
- NET_400_VALID_VECTORS=$(pwd)/v4Net400Valid/vectors
- mkdir -p $NET_400_VALID_VECTORS
- DOWNLOAD_NAME=valid-Net-4.0.0.zip
- unzip -o -qq $DOWNLOAD_NAME -d $NET_400_VALID_VECTORS

0 comments on commit 8620f3f

Please sign in to comment.