Fix pipeline syntax issues

[skip ci]
This commit is contained in:
Carlos Zamora 2021-06-08 18:18:34 -04:00
parent f39b092a5e
commit 284a4a7e82

View file

@ -27,11 +27,10 @@ stages:
- stage: OneFuzz
displayName: OneFuzz
dependsOn: ['Build_Fuzz_Config']
jobs:
pool:
pool:
vmImage: 'ubuntu-latest'
variables:
- group: onefuzz-config
jobs:
- job:
steps:
- bash: |
set -ex
@ -51,4 +50,5 @@ stages:
onefuzz template libfuzzer basic OpenConsole OpenConsole $GITHUB_SHA --target_exe fuzz.exe
displayName: Submit OneFuzz Job
env:
client_secret: client_secret
client_id: client_id
client_secret: client_secret