mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Delete compilation.tar.gz after it's been extracted (#24539)
* 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 <chgagnon@microsoft.com> --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user