Skip to content

Commit

Permalink
use variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ruowan committed Mar 19, 2021
1 parent 52c92ac commit 8a6b3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ssh": {
"publicKeys": [
{
"keyData": "{SSH_PUBLIC_KEY}"
"keyData": "$(SSH_PUBLIC_KEY)"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requiredVariables:
- clientId
- clientSecret
- keyData
- SSH_PUBLIC_KEY

testScenarios:
- description: kubernetesCluster agentPool test
Expand Down

0 comments on commit 8a6b3e7

Please sign in to comment.