Remove unneeded SIG_FOLDER

This commit is contained in:
Michael Snoyman 2015-10-20 09:33:00 +00:00
parent 01b70adc02
commit ef5185d183

View file

@ -9,10 +9,8 @@ set -eoux pipefail
# cabal install src/soh-upload # cabal install src/soh-upload
# You must set SIG_USER and SIG_TOKEN # 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 for FOLDER in content outline; do
@ -21,7 +19,7 @@ echo ======= begin $FOLDER directory =======
cat > $FOLDER/soh-upload.yaml <<- EOF cat > $FOLDER/soh-upload.yaml <<- EOF
user: $SIG_USER user: $SIG_USER
security-token: $SIG_TOKEN security-token: $SIG_TOKEN
folder: $SIG_FOLDER$FOLDER/ folder: $FOLDER/
EOF EOF
soh-upload $FOLDER soh-upload $FOLDER