From ca8d7f9e71e395e6f4e1968485703e57cec5b0d4 Mon Sep 17 00:00:00 2001 From: Samuel Aquino Date: Fri, 10 Nov 2023 11:46:28 -0600 Subject: [PATCH] Revert "remove comment from part file script" This reverts commit 909b3105ed2b528b62ae0d8ff290be76d93c52fc. --- upload-part-file.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upload-part-file.sh b/upload-part-file.sh index 1cad917fe..4a6adc0d1 100644 --- a/upload-part-file.sh +++ b/upload-part-file.sh @@ -1,5 +1,7 @@ #!/bin/bash +#${{ format('aws s3 cp s3://{0}/{1} .', secrets.DEV_S3_BUCKET, secrets.DEV_PART_FILE) }} + PART_FILE_BUCKET=$1 PART_FILE=$2 FORMATTED_FILE_NAME=$3