Skip to content
Snippets Groups Projects
Commit 3ba3586b authored by Michael Gajda's avatar Michael Gajda :rat:
Browse files

Fix refactoring bugs

parent c2df92c7
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ UPLOADDIR=$(basename ${TRAVIS_REPO_SLUG})-${TRAVIS_BRANCH} ...@@ -17,7 +17,7 @@ UPLOADDIR=$(basename ${TRAVIS_REPO_SLUG})-${TRAVIS_BRANCH}
# Creating a directory recursively is not possible with curl, use helper-script # Creating a directory recursively is not possible with curl, use helper-script
wget https://raw.githubusercontent.com/foss-ag/script_curl-dirup/v1.0.1/curl-dirup.sh -O curl-dirup.sh && chmod +x curl-dirup.sh wget https://raw.githubusercontent.com/foss-ag/script_curl-dirup/v1.0.1/curl-dirup.sh -O curl-dirup.sh && chmod +x curl-dirup.sh
mkdir -p $DIR 2>/dev/null mkdir -p $UPLOADDIR 2>/dev/null
cp -a $@ $DIR cp -a $@ $UPLOADDIR
# Actual upload # Actual upload
./curl-dirup.sh $TURL $TUSER:$PDFPW $DIR ./curl-dirup.sh $TURL $TUSER:$PDFPW $UPLOADDIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment