Skip to content

Commit

Permalink
Delete compilation.tar.gz after it's been extracted (#24539) (#24558)
Browse files Browse the repository at this point in the history
* try deleting compilation downput after it's been extracted

* consolidate into same step as extraction

* Update build/azure-pipelines/linux/sql-product-build-linux.yml



---------

Co-authored-by: Charles Gagnon <[email protected]>
  • Loading branch information
kisantia and Charles-Gagnon committed Oct 2, 2023
1 parent 6703eff commit ba29842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/azure-pipelines/linux/sql-product-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ steps:
- script: |
set -e
tar -xzf $(Pipeline.Workspace)/compilation.tar.gz
# delete tar.gz after it's been extracted to clear up the space
rm $(Pipeline.Workspace)/compilation.tar.gz
displayName: Extract compilation output
- script: |
Expand Down

0 comments on commit ba29842

Please sign in to comment.