Skip to content
Snippets Groups Projects
Commit 942e11d7 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fhennig/fix-nightly-ci' into 'master'

Remove `pages` deploy task from scheduled pipelines

See merge request pycodegen/lbmpy!173
parents 3e2cf9dd 4179b30f
Branches
1 merge request!173Remove `pages` deploy task from scheduled pipelines
Pipeline #68564 failed with stages
in 31 minutes and 24 seconds
......@@ -12,6 +12,12 @@ stages:
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
# 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/lbmpy" && $CI_COMMIT_BRANCH == "master"'
# Base configuration for jobs meant to run at a schedule
.scheduled:
rules:
......@@ -264,6 +270,7 @@ build-documentation:
pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
extends: .every-commit-master
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
script:
......@@ -275,5 +282,3 @@ pages:
- public
tags:
- docker
only:
- master@pycodegen/lbmpy
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