try a secret

This commit is contained in:
Wolfgang Thaller 2022-01-03 22:28:39 +01:00
parent cec02f8440
commit a397a048e2
1 changed files with 11 additions and 0 deletions

View File

@ -94,6 +94,7 @@ jobs:
- job: nix_ppc
condition: false
pool:
vmImage: 'ubuntu-20.04'
steps:
@ -114,3 +115,13 @@ jobs:
displayName: Copy result out of docker
- publish: CompiledSamples
artifact: PowerPC Samples
-job: test
pool:
vmImage: 'ubuntu-20.04'
steps:
- script: |
echo Fooo
echo ${SECRETTEST}
env:
SECRETTEST: $[SecretTest]