mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-09 01:31:12 +00:00
try a secret
This commit is contained in:
parent
cec02f8440
commit
a397a048e2
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user