From 7ddb96c5daa104e3c47bcc0db24785f72bacc788 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <massimiliano.adamo@geant.org> Date: Thu, 3 Jun 2021 01:17:53 +0200 Subject: [PATCH] use runner from superpop --- .gitlab-ci-psnc.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci-psnc.yml b/.gitlab-ci-psnc.yml index 05b3aad..7e9e80c 100644 --- a/.gitlab-ci-psnc.yml +++ b/.gitlab-ci-psnc.yml @@ -25,11 +25,10 @@ upload_linux_shell: stage: upload_linux_shell only: - tags - image: curlimages/curl:7.76.1 script: - 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./${ARTIFACT_NAME}.sh ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}.sh' tags: - - sonarqube + - acme upload_linux_amd64_binary: stage: upload_linux_amd64_binary @@ -39,7 +38,7 @@ upload_linux_amd64_binary: - ./build.sh --os=linux --arch=amd64 --version=$CI_COMMIT_TAG --upx - 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./$ARTIFACT_NAME ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_linux_amd64' tags: - - visnu_shell + - acme upload_windows_amd64_binary: stage: upload_windows_amd64_binary @@ -49,4 +48,4 @@ upload_windows_amd64_binary: - ./build.sh --os=windows --arch=amd64 --version=$CI_COMMIT_TAG --upx - 'curl -sSf -H "X-JFrog-Art-Api:${ARTIFACTORY_TOKEN}" -X PUT -T ./${ARTIFACT_NAME}.exe ${ARTIFACTORY_BASE_URL}/${ARTIFACT_NAME}_windows_amd64.exe' tags: - - visnu_shell + - acme -- GitLab