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

Update .gitlab-ci.yml file

parent e264336f
Branches
Tags
No related merge requests found
......@@ -9,16 +9,17 @@ cache:
- paths:
- .cache/pip
stages:
- build
- deploy
build:
stage: build
rules:
# only run pipeline when build is in the commit message
- if: $CI_COMMIT_MESSAGE =~ /.*build.*/
stage: build
- if: $MY_VARIABLE
before_script:
# Install all required packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment