Skip to content

Commit

Permalink
fix(ci): Correct go pkg path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Aug 21, 2018
1 parent d6b25ca commit 6268bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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}}
#

#
Expand All @@ -13,7 +13,7 @@

variables:
DOCKER_IMAGE: {{cookiecutter.image}}
SRC: src/{{cookiecutter.name}}
SRC: src/{{cookiecutter.pkg}}

#
# Stages
Expand Down

0 comments on commit 6268bc8

Please sign in to comment.