From f1bf08d7d32aebb21535738a0ab884d31ff5f39b Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Mon, 31 Aug 2020 12:09:51 -0600 Subject: [PATCH] Include pipeline-build-template --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7ba8cfa..dd8f8a07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,9 @@ +--- +include: + - project: 'ghsc/hazdev/pipeline-build-template' + ref: 'master' + file: 'templates/library.yml' + image: ${DEVOPS_REGISTRY}usgs/centos:latest stages: -- GitLab