From 56925d22411b4b19872bc41ea8a5a398b131b98b Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Fri, 15 May 2020 14:44:29 +0200 Subject: [PATCH] macOS SSE4.1 binary was not uploaded by azure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 010b3c9..dd8c4bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -232,5 +232,5 @@ jobs: ssh-keyscan -t rsa uniclust.mmseqs.com >> ~/.ssh/known_hosts cd "${BUILD_SOURCESDIRECTORY}" ssh codeship@uniclust.mmseqs.com "mkdir -p \"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}\"" - scp spacepharer-osx-avx2.tar.gz spacepharer-linux-sse41.tar.gz spacepharer-linux-avx2.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}" + scp spacepharer-osx-sse41.tar.gz spacepharer-osx-avx2.tar.gz spacepharer-linux-sse41.tar.gz spacepharer-linux-avx2.tar.gz codeship@uniclust.mmseqs.com:"/home/mirdita/repositories/mmseqs-webserver/archive/${BUILD_SOURCEVERSION}" ssh codeship@uniclust.mmseqs.com "update-latest-spacepharer.sh \"${BUILD_SOURCEVERSION}\""