Skip to content
Snippets Groups Projects
Commit c27482d1 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix project path

parent e093cabe
1 merge request!173Remove `pages` deploy task from scheduled pipelines
Pipeline #67806 passed with stages
in 29 minutes and 37 seconds
This commit is part of merge request !173. Comments created here will be created in the context of that merge request.
......@@ -15,7 +15,7 @@ stages:
# Configuration for jobs meant to run on each commit to pycodegen/pystencils/master
.every-commit-master:
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/pystencils" && $CI_COMMIT_BRANCH == "master"'
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/lbmpy" && $CI_COMMIT_BRANCH == "master"'
# Base configuration for jobs meant to run at a schedule
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment