From 497028660189157e48e83104076b18a691aa4390 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Oct 2021 22:30:51 +0300 Subject: [PATCH] This has been annoying to track down. The calling CI pipelines failed with the right error, but it was not in the calling project's pipeline definition. It took me a while until the penny dropped. --- templates/docker.yml | 2 +- templates/terraform.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/docker.yml b/templates/docker.yml index a23f52f..c496beb 100644 --- a/templates/docker.yml +++ b/templates/docker.yml @@ -1,6 +1,6 @@ --- include: - - project: shore/ci-templates + - project: shore/ci-stuff file: templates/dummy.yml foo: diff --git a/templates/terraform.yml b/templates/terraform.yml index ca8b996..2b8eefd 100644 --- a/templates/terraform.yml +++ b/templates/terraform.yml @@ -1,6 +1,6 @@ --- include: - - project: shore/ci-templates + - project: shore/ci-stuff file: templates/dummy.yml -- GitLab