Skip to content
Snippets Groups Projects

Remove `pages` deploy task from scheduled pipelines

Merged Frederik Hennig requested to merge fix-pages-task into master
Viewing commit 5244d999
Show latest version
1 file
+ 6
3
Preferences
Compare changes
+ 6
3
@@ -13,6 +13,11 @@ stages:
@@ -13,6 +13,11 @@ stages:
rules:
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
- 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/pystencils" && $CI_COMMIT_BRANCH == "master"'
 
# Base configuration for jobs meant to run at a schedule
# Base configuration for jobs meant to run at a schedule
.scheduled:
.scheduled:
rules:
rules:
@@ -341,7 +346,7 @@ build-documentation:
@@ -341,7 +346,7 @@ build-documentation:
pages:
pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
# extends: .every-commit
extends: .every-commit-master
stage: deploy
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
needs: ["tests-and-coverage", "build-documentation"]
script:
script:
@@ -353,5 +358,3 @@ pages:
@@ -353,5 +358,3 @@ pages:
- public
- public
tags:
tags:
- docker
- docker
only:
- master@pycodegen/pystencils