Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SageGJ committed Dec 17, 2024
1 parent 0682e4f commit e59efd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/upload_templates.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

SYNAPSE_UPLOAD_FOLDER_ID=syn64416308
SYNAPSE_UPLOAD_FOLDER_ID=syn64416621

echo Uploading manifests to "$SYNAPSE_UPLOAD_FOLDER_ID"

Expand All @@ -14,6 +14,7 @@ MANIFESTS=("$PWD"/*.@(xlsx|xls))

for MANIFEST in ${MANIFESTS[@]};
do
echo "Uploading $MANIFEST"
synapse store --parentId "$SYNAPSE_UPLOAD_FOLDER_ID" --noForceVersion "$MANIFEST"
done

Expand Down

0 comments on commit e59efd0

Please sign in to comment.