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: .the-job:
tags: [docker] tags: [docker]
stage: build
image: node:12-slim image: node:12-slim
variables: variables:
NPM_CONFIG_CACHE: "$CI_PROJECT_DIR/.npm" NPM_CONFIG_CACHE: "$CI_PROJECT_DIR/.npm"
...@@ -22,11 +27,18 @@ ...@@ -22,11 +27,18 @@
build: build:
extends: .the-job extends: .the-job
except: except:
- tags refs:
- tags
pages: pages:
extends: .the-job extends: .the-job
only: only:
- tags refs:
- tags
artifacts: artifacts:
expire_in: 5 years 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