From 15ae4c0a6816e6ca5bae36d9f6d1c5a253c95647 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 24 Mar 2021 10:37:02 -0600 Subject: [PATCH 1/2] test em --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd1a297..c83fda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ include: - project: 'platform-one/big-bang/pipeline-templates/pipeline-templates' - ref: master + ref: migrate-runners file: '/templates/package-tests.yml' +variables: + PIPELINE_REPO_BRANCH: migrate-runners -- GitLab From f8eaa8238583fb14a486b2b378e294d9bfb27776 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 31 Mar 2021 13:49:45 -0600 Subject: [PATCH 2/2] yaml branch --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c83fda9..5e3f3bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,4 @@ include: - project: 'platform-one/big-bang/pipeline-templates/pipeline-templates' - ref: migrate-runners + ref: yaml-ns file: '/templates/package-tests.yml' -variables: - PIPELINE_REPO_BRANCH: migrate-runners -- GitLab