Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed May 27, 2024
1 parent 737cda3 commit d1cbeb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
- new-release
- set-release
- release
- build_manual
- build_examples

.main_template:
rules:
Expand Down Expand Up @@ -146,9 +146,8 @@ release:
- cat release-cli.txt
- eval "$(cat release-cli.txt)"


build_manual:
stage: build_manual
build_examples:
stage: build_examples
tags:
- starpu
- debian10
Expand All @@ -158,4 +157,5 @@ build_manual:
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
when: never # Prevent pipeline run for push event
- if: '$RUN_EXAMPLES == "yes"'

0 comments on commit d1cbeb1

Please sign in to comment.