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