From 172a8bbd7a9a871debea98e34f1dd8132e59066e Mon Sep 17 00:00:00 2001 From: David Freeman Date: Thu, 22 Oct 2020 23:22:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ebe6fe..35d9b97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ include: - project: 'ironbank-tools/ironbank-pipeline' file: '/templates/default.yaml' - ref: 'debug-2' + ref: 'ib-pipeline-image' variables: IMG_VERSION: "v1.18.8" YAML_LINT_DISABLED: "true" DOCKERFILE_LINT_DISABLED: "true" - TARGET_BRANCH: 'debug-2' + TARGET_BRANCH: 'ib-pipeline-image' WL_TARGET_BRANCH: 'pipeline-test-project' -- GitLab