Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
collinwebdesigns committed Mar 20, 2023
1 parent a22b56e commit 7cd4e6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cd4e6f

Please sign in to comment.