From 625c2bba916f0f3e61875106516b442e67001c37 Mon Sep 17 00:00:00 2001 From: Kenneth Maguire Date: Fri, 30 Oct 2020 21:50:49 +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 f5a2c11..2e4a2dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ include: - project: 'ironbank-tools/ironbank-pipeline' file: '/templates/default.yaml' - ref: "117-clamav-hardened-container" + ref: "test-all-in-one" variables: YAML_LINT_DISABLED: "true" DOCKERFILE_LINT_DISABLED: "true" - TARGET_BRANCH: "117-clamav-hardened-container" + TARGET_BRANCH: "test-all-in-one" WL_TARGET_BRANCH: "pipeline-test-project" -- GitLab