Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2ca48696 authored by POUILLOUX Laurent's avatar POUILLOUX Laurent
Browse files

[ci] wikigen: use diff for all branches and update for master

parent 3ef5574d
No related branches found
No related tags found
1 merge request!1043[ci] wikigen : use diff for all branches except master
Pipeline #1123507 passed with warnings
......@@ -53,10 +53,8 @@ wikigen:
DEBIAN_VERSION: [bookworm]
script:
- echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml"
- bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=diff
only:
refs:
- master
- if [ "$CI_COMMIT_BRANCH" = "master" ]; then export WIKI="update"; else export WIKI="diff"; fi
- bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=${WIKI}
check-no-changes-in-data:
extends: .template-refrepo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment