mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* 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>
This commit is contained in:
@@ -25,6 +25,8 @@ steps:
|
|||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
tar -xzf $(Pipeline.Workspace)/compilation.tar.gz
|
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
|
displayName: Extract compilation output
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user