From ba19b5694b527eee0aed15e3f0aaae42e492dc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 20 Jun 2021 16:32:13 +0200 Subject: [PATCH] remove releases from .gitlab-ci.yml linuxDeploy can't run, assuming because of differing libc --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 638eadd..68f0a60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ test:backend: package: stage: release - image: registry.gitlab.com/gitlab-org/release-cli:latest + image: $RUST_IMAGE before_script: - cd /tmp - wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage @@ -97,8 +97,5 @@ package: artifacts: paths: - ./*.AppImage - release: - description: './README.md' - tag_name: $CI_COMMIT_TAG only: - tags