mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
fixed relative paths
This commit is contained in:
parent
6bc48fdb34
commit
306d0db533
1 changed files with 4 additions and 5 deletions
|
@ -7,13 +7,12 @@
|
|||
#5: LOG_PASSWORD
|
||||
#6: DRONE_BUILD_NUMBER
|
||||
|
||||
cd `dirname $0`
|
||||
ruby ./lint-up.rb $1 $2 $3
|
||||
ruby scripts/lint/lint-up.rb $1 $2 $3
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "New master at: https://nextcloud.kaminsky.me/index.php/s/tXwtChzyqMj6I8v"
|
||||
curl -u $4:$5 -X PUT https://nextcloud.kaminsky.me/remote.php/webdav/droneLogs/master.html --upload-file ../../build/reports/lint/lint.html
|
||||
curl -u $4:$5 -X PUT https://nextcloud.kaminsky.me/remote.php/webdav/droneLogs/master.html --upload-file build/reports/lint/lint.html
|
||||
else
|
||||
echo "New results at https://nextcloud.kaminsky.me/index.php/s/tXwtChzyqMj6I8v ->" $6.html
|
||||
curl -u $4:$5 -X PUT https://nextcloud.kaminsky.me/remote.php/webdav/droneLogs/$6.html --upload-file ../../build/reports/lint/lint.html
|
||||
fi
|
||||
curl -u $4:$5 -X PUT https://nextcloud.kaminsky.me/remote.php/webdav/droneLogs/$6.html --upload-file build/reports/lint/lint.html
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue