Skip to content

Commit

Permalink
Small clean-up in gitlab ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Jan 3, 2024
1 parent fccd31c commit 55d9810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ image: danger89/gtk3-docker-cmake-ninja:4.0

stages:
- build
#- upload
- test
- release

Expand Down Expand Up @@ -56,7 +55,7 @@ include:

# Upload artifacts & Create new release
upload_and_release:
stage: release # upload
stage: release
image: curlimages/curl:latest
rules:
- if: $CI_PROJECT_NAMESPACE == "libreweb" && $CI_COMMIT_TAG
Expand Down

0 comments on commit 55d9810

Please sign in to comment.