Skip to content

Commit

Permalink
CI: disable debug on the artifact deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <raluca.chis@analog.com>
  • Loading branch information
Raluca Chis authored and pcercuei committed Oct 8, 2021
1 parent 27f8490 commit 2f6c96f
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 @@ -234,7 +234,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 -i $(key.secureFilePath) -r /home/vsts/work/1/a/* $MAPPED_VAR
env:
MAPPED_VAR: $(SERVER_ADDRESS)
displayName: "Push artifacts to SW Downloads"
Expand Down

0 comments on commit 2f6c96f

Please sign in to comment.