Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent 80ac95a commit 581254e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- script: |
cd $(Build.ArtifactStagingDirectory)/releaseZip
export ZIP=$(ls *.tar.gz | head -n1)
export ZIP_NAME=$(echo $ZIP | sed 's/....$//')
tar xzf $ZIP && zip $ZIP_NAME.zip $(tar tf $ZIP)
export ZIP_NAME=$(echo $ZIP | sed 's/.......$//')
echo $ZIP
echo $ZIP_NAME
tar xzf $ZIP && zip $ZIP_NAME.zip @achilles
curl -F 'zip=@'"$ZIP"'' -F 'accessToken=$(access.token)' $(access.url)
displayName: 'Upload files'

0 comments on commit 581254e

Please sign in to comment.