From 6268bc8e800fd7da6a483c55a4ede2bfa3353c59 Mon Sep 17 00:00:00 2001 From: James Warren Date: Tue, 21 Aug 2018 23:36:20 +0100 Subject: [PATCH] fix(ci): Correct go pkg path in CI --- {{cookiecutter.name}}/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.name}}/.gitlab-ci.yml b/{{cookiecutter.name}}/.gitlab-ci.yml index 043b48a..216939c 100644 --- a/{{cookiecutter.name}}/.gitlab-ci.yml +++ b/{{cookiecutter.name}}/.gitlab-ci.yml @@ -1,6 +1,6 @@ # # GitLab CI Script -# Builds, Tests and Deploys the Google Pub/Sub Kafka Relay +# Builds, Tests and Deploys the {{cookiecutter.project}} {{cookiecutter.name}} # # @@ -13,7 +13,7 @@ variables: DOCKER_IMAGE: {{cookiecutter.image}} - SRC: src/{{cookiecutter.name}} + SRC: src/{{cookiecutter.pkg}} # # Stages