Revert YML Param Changes. (#2906)

This commit is contained in:
Noah McGregor Harper
2023-03-03 22:46:24 +00:00
committed by GitHub
parent 5bfcc4e242
commit 15c5812696
2 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,6 @@ stages:
targetType: 'inline'
script: |
set -ex
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --override_client_id "$(AZURE_CLIENT_ID)"
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --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