Skip to content

Commit

Permalink
Try to fix scp upload with DownloadPipelineArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Dec 22, 2020
1 parent 26ee320 commit 67bd78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
chmod 700 ~/.ssh && chmod 600 ~/.ssh/id_rsa
ssh-keyscan -t rsa uniclust.mmseqs.com >> ~/.ssh/known_hosts
cd "${BUILD_SOURCESDIRECTORY}"
ls -lah
ssh codeship@uniclust.mmseqs.com "mkdir -p \"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}\""
scp *.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}"
scp hhsuite-*/*.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}"
ssh codeship@uniclust.mmseqs.com "update-latest-hhsuite.sh \"${BUILD_SOURCEVERSION}\""

0 comments on commit 67bd78d

Please sign in to comment.