remove releases from .gitlab-ci.yml

linuxDeploy can't run, assuming because of differing libc
feat/vaults
Tomáš Mládek 2021-06-20 16:32:13 +02:00
parent 7cf04ee0cf
commit ba19b5694b
1 changed files with 1 additions and 4 deletions

View File

@ -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