Skip to content
Snippets Groups Projects
Unverified Commit aec0a60a authored by Michael Gajda's avatar Michael Gajda :rat: Committed by GitHub
Browse files

Remove realpath

This script is used in the TravisCI trusty env where no realpath is available
parent 4d9b6ef0
Branches master
Tags v1.0.1
No related merge requests found
......@@ -17,6 +17,6 @@ case $3 in
esac
# create dirs relative to current recursively
find $3 -type d ! -path . -exec curl --user $2 -X MKCOL $1/$(realpath --relative-to="." {}) \;
find $3 -type d ! -path . -exec curl --user $2 -X MKCOL $1/{} \;
# upload files recursively
find $3 -type f -exec curl --user $2 -T {} $1/{} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment