From 7cd4e6fde09ff586fddfc64c7c376a39838ad77f Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 20 Mar 2023 14:51:54 +0100 Subject: [PATCH] fixes --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 395f4fb..93188ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,6 @@ build:apt: variables: VERSION: "0.0.1" before_script: - - echo $VERSION - echo -e "VERSION=$VERSION\nCOMMIT=$CI_COMMIT_SHA" > version.env # install build dependencies - apt-get update -qq && apt-get install -qq -y build-essential @@ -284,8 +283,6 @@ deploy:apt: extends: .deploy image: debian:bookworm-slim stage: deploy - rules: - - if: $CI_COMMIT_TAG needs: - job: build:apt artifacts: true @@ -325,8 +322,6 @@ deploy:pacman: extends: .deploy image: archlinux:base-devel stage: deploy - rules: - - if: $CI_COMMIT_TAG needs: - job: build:pacman artifacts: true