Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Jul 5, 2024
1 parent 2521781 commit ef387c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,14 +1092,10 @@ stages:
# Run azcopy commands
./azcopy --version
./azcopy --help
displayName: 'Check Version and Help'
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
- script: |
#!/bin/bash
# Define the path to the .tar.gz file and the extraction directory
# Define variables
- script: |
TAR_GZ_FILE=$(ls azcopy_linux_se_amd64*.tar.gz)
EXTRACT_DIR="$(Build.ArtifactStagingDirectory)/extracted_se"
Expand Down Expand Up @@ -1128,7 +1124,6 @@ stages:
# Run azcopy commands
./azcopy --version
./azcopy --help
displayName: 'Check Version and Help'
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
Expand Down

0 comments on commit ef387c5

Please sign in to comment.