Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier committed Nov 23, 2020
1 parent c8b319c commit d234954
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
inputs:
knownHostsEntry: '$(SSH_GITHUB_KNOWN_HOSTS_ENTRY)'
sshPublicKey: '$(SSH_GITHUB_SURICATE_PUBLIC_KEY)'
sshKeySecureFile: '$(SSH_GITHUB_SURICATE_PRIVATE_KEY_FILE_NAME)'
env:
SSH_GITHUB_KNOWN_HOSTS_ENTRY: $(SSH_GITHUB_KNOWN_HOSTS_ENTRY)
SSH_GITHUB_SURICATE_PUBLIC_KEY: $(SSH_GITHUB_SURICATE_PUBLIC_KEY)
SSH_GITHUB_SURICATE_PRIVATE_KEY_FILE_NAME: $(SSH_GITHUB_SURICATE_PRIVATE_KEY_FILE_NAME)
sshKeySecureFile: 'suricate-cicd'

- script: |
node -v
Expand Down

0 comments on commit d234954

Please sign in to comment.