Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent 581254e commit 9dcd601
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
export ZIP_NAME=$(echo $ZIP | sed 's/.......$//')
echo $ZIP
echo $ZIP_NAME
tar xzf $ZIP && zip $ZIP_NAME.zip @achilles
ls
tar xzf $ZIP
ls
zip $ZIP_NAME.zip @achilles
ls
curl -F 'zip=@'"$ZIP"'' -F 'accessToken=$(access.token)' $(access.url)
displayName: 'Upload files'

0 comments on commit 9dcd601

Please sign in to comment.