Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-12-13 08:34:49 +01:00
parent 76bbc110a9
commit e5a02d5637
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -22,7 +22,7 @@ if [ $TYPE = "IT" ]; then
elif [ $TYPE = "Unit" ]; then
cd build/reports/tests/testGplayDebugUnitTest
else
cd build/reports/short/verification/
cd build/reports/shot/verification/
fi
find . -type d -exec curl -u $USER:$PASS -X MKCOL $URL/$FOLDER/$(echo {} | sed s#\./##) \;