UNCLASSIFIED

Commit 9c911bae authored by Michael Uranaka's avatar Michael Uranaka
Browse files

adding log of sha256 checksum

parent 38ab98a0
......@@ -35,6 +35,11 @@ docker stop "$CONTAINER_ID"
echo "Uploading all the build dependencies to AWS."
aws s3 sync $DEPENDENCY_FOLDER s3://$AWS_BUCKET_NAME --delete --profile $AWS_PROFILE_NAME --region $AWS_REGION
echo "Checksums:"
cd $DEPENDENCY_FOLDER
sha256sum redis-cli.tar.gz
cd ..
echo "Removing dependency folder."
rm -rf $DEPENDENCY_FOLDER
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment