Skip to content

Commit

Permalink
Revert "fix pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 6a8b95f1daec4d3dd612ee3b13eda3ba2f216688.
  • Loading branch information
nfurmento committed May 27, 2024
1 parent d1cbeb1 commit f335749
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_examples
- build_manual

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

build_examples:
stage: build_examples

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

0 comments on commit f335749

Please sign in to comment.