Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 15c5812

Browse files
authored
Revert YML Param Changes. (#2906)
1 parent 5bfcc4e commit 15c5812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/deploy-onefuzz-via-azure-devops/deploy-onefuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ stages:
121121
targetType: 'inline'
122122
script: |
123123
set -ex
124-
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --override_client_id "$(AZURE_CLIENT_ID)"
124+
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --client_id "$(AZURE_CLIENT_ID)"
125125
./onefuzz-cli-$(version).exe --version
126126
until ./onefuzz-cli-$(version).exe versions check --exact; do echo "waiting due to version mismatch"; sleep 1; done

contrib/onefuzz-job-azure-devops-pipeline/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
set -ex
3535
pip install onefuzz
3636
sed -i s/INSERT_PAT_HERE/$(ado_pat)/ ado-work-items.json
37-
onefuzz config --endpoint $(endpoint) --override_client_id $(client_id)
37+
onefuzz config --endpoint $(endpoint) --client_id $(client_id)
3838
onefuzz --client_secret $(client_secret) template libfuzzer basic ${{ parameters.onefuzz_project }} ${{ parameters.onefuzz_target }} $(Build.SourceVersion) ${{ parameters.onefuzz_pool }} --target_exe fuzz.exe --colocate_all_tasks --duration 1 --vm_count 1 --notification_config @./ado-work-items.json
3939
displayName: run onefuzz
4040
env:

0 commit comments

Comments
 (0)