Skip to content
Snippets Groups Projects
Commit 3326875b authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent 0e460638
Branches
Tags
No related merge requests found
......@@ -15,11 +15,7 @@ stages:
build:
stage: build
rules:
# only run pipeline when build is in the commit message
- if: $CI_COMMIT_MESSAGE =~ /.*build.*/
- if: $MY_VARIABLE
when: manual
before_script:
# Install all required packages
......@@ -37,6 +33,7 @@ build:
deploy:
stage: deploy
when: manual
needs:
- build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment