Skip to content

Commit

Permalink
CI: Fix invalid character in bash script
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <[email protected]>
  • Loading branch information
Raluca Chis authored and pcercuei committed May 28, 2021
1 parent e3b3c3f commit 0cbeeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ stages:
displayName: 'Download rsa key'
inputs:
secureFile: 'id_rsa'
- bash: chmod 600 $(key.secureFilePath) ; scp -2 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o HostKeyAlgorithms=+ssh-dss -vv -i $(key.secureFilePath) -r /home/vsts/work/1/a/* @MAPPED_VAR
- bash: chmod 600 $(key.secureFilePath) ; scp -2 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o HostKeyAlgorithms=+ssh-dss -vv -i $(key.secureFilePath) -r /home/vsts/work/1/a/* $MAPPED_VAR
env:
MAPPED_VAR: $(SERVER_ADDRESS)
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
Expand Down

0 comments on commit 0cbeeca

Please sign in to comment.