Skip to content

Commit

Permalink
Adding -DD parameter to unzip command. Forces file replacement irresp…
Browse files Browse the repository at this point in the history
…ective of timestamp.
  • Loading branch information
nharper285 committed Nov 25, 2020
1 parent 293dd06 commit cbf9dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/deploy-onefuzz-via-azure-devops/deploy-onefuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stages:
workingDirectory: "$(ONEFUZZ_DEPLOY_LOC)/$(artifact)"
script: |
set -ex
unzip onefuzz-deployment-$(onefuzz_release.version).zip
unzip -DD onefuzz-deployment-$(onefuzz_release.version).zip
pip install -r requirements.txt
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
Expand Down

0 comments on commit cbf9dd3

Please sign in to comment.