Updating Files w/ New Flags (#2861)

This commit is contained in:
Noah McGregor Harper
2023-02-17 21:23:56 +00:00
committed by GitHub
parent b38ab5de9e
commit 5061a3de29
3 changed files with 5 additions and 5 deletions

View File

@ -121,6 +121,6 @@ stages:
targetType: 'inline'
script: |
set -ex
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --client_id "$(AZURE_CLIENT_ID)" --client_secret "$(AZURE_CLIENT_SECRET)" --authority "https://login.microsoftonline.com/$(AZURE_TENANT_ID)"
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --override_client_id "$(AZURE_CLIENT_ID)"
./onefuzz-cli-$(version).exe --version
until ./onefuzz-cli-$(version).exe versions check --exact; do echo "waiting due to version mismatch"; sleep 1; done