1
0
Fork 0

fix(build): include template jobs

This commit is contained in:
ssube 2019-11-01 19:54:48 -05:00 committed by Sean Sube
parent 3ae94127b5
commit f9d3a44c9c
1 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
include:
- local: /config/gitlab/ci-tools.yml
- local: /config/gitlab/ci-rules.yml
stages:
- status-pre
- build
@ -5,12 +9,6 @@ stages:
- publish
- status-post
# template jobs
.branch-deploy: &branch-deploy
only:
- master
# build jobs
build-node:
extends: [.build-node]