Skip to content

Commit 3006b31

Browse files
rootroot
authored andcommitted
fixed scripts
1 parent 461c50e commit 3006b31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google_function/scripts/compare.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,4 @@ echo "INFO: S3 Object SHA256 => ${THUB_COMPARE}"
3939
if [ "${THUB_SHA}" != "${THUB_COMPARE}" ]; then
4040
echo 'Build is required!'
4141
echo 'export THUB_BUILD_OK="true"' >> .terrahub_build.env
42-
# sed -i 's/"${var.lambda_publish}"/"${var.lambda_publish}"\nsource_code_hash = "${base64sha256("'${THUB_SHA}'")}"/g' ./main.tf
43-
else
44-
echo 'Build is NOT required.'
4542
fi

0 commit comments

Comments
 (0)