Commit f69d5833 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajoute un trigger vers pole-is/tools/prezbuilder.

No related merge requests found
Pipeline #12818 passed with stages
in 52 seconds
Showing with 14 additions and 2 deletions
+14 -2
stages:
- build
- trigger
.the-job:
tags: [docker]
stage: build
image: node:12-slim
variables:
NPM_CONFIG_CACHE: "$CI_PROJECT_DIR/.npm"
......@@ -22,11 +27,18 @@
build:
extends: .the-job
except:
- tags
refs:
- tags
pages:
extends: .the-job
only:
- tags
refs:
- tags
artifacts:
expire_in: 5 years
prezbuilder:
stage: trigger
trigger:
project: pole-is/tools/prezbuilder
Supports Markdown
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