From ef5185d18385f403a09217d0ff32f39f1df80de8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 20 Oct 2015 09:33:00 +0000 Subject: [PATCH] Remove unneeded SIG_FOLDER --- src/soh-upload/upload.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/soh-upload/upload.sh b/src/soh-upload/upload.sh index 9ef4eb2..758fc15 100755 --- a/src/soh-upload/upload.sh +++ b/src/soh-upload/upload.sh @@ -9,10 +9,8 @@ set -eoux pipefail # cabal install src/soh-upload # You must set SIG_USER and SIG_TOKEN -# You may set SIG_FOLDER -# (but make sure it has a trailing slash) -echo Uploading files to $SIG_USER/$SIG_FOLDER +echo Uploading files to $SIG_USER for FOLDER in content outline; do @@ -21,7 +19,7 @@ echo ======= begin $FOLDER directory ======= cat > $FOLDER/soh-upload.yaml <<- EOF user: $SIG_USER security-token: $SIG_TOKEN -folder: $SIG_FOLDER$FOLDER/ +folder: $FOLDER/ EOF soh-upload $FOLDER