mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
check
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
3200a16f81
commit
aff67498f1
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ upload() {
|
||||||
scripts/deleteOldComments.sh "$BRANCH" "$TYPE" "$PR"
|
scripts/deleteOldComments.sh "$BRANCH" "$TYPE" "$PR"
|
||||||
|
|
||||||
cd $1
|
cd $1
|
||||||
|
pwd
|
||||||
|
find . -type d
|
||||||
|
find . -type f
|
||||||
|
|
||||||
find . -type d -exec curl > /dev/null 2>&1 -u $USER:$PASS -X MKCOL $URL/$REMOTE_FOLDER/$(echo {} | sed s#\./##) \;
|
find . -type d -exec curl > /dev/null 2>&1 -u $USER:$PASS -X MKCOL $URL/$REMOTE_FOLDER/$(echo {} | sed s#\./##) \;
|
||||||
find . -type f -exec curl > /dev/null 2>&1 -u $USER:$PASS -X PUT $URL/$REMOTE_FOLDER/$(echo {} | sed s#\./##) --upload-file {} \;
|
find . -type f -exec curl > /dev/null 2>&1 -u $USER:$PASS -X PUT $URL/$REMOTE_FOLDER/$(echo {} | sed s#\./##) --upload-file {} \;
|
||||||
|
|
Loading…
Reference in a new issue