aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2019-08-03 22:22:27 -0700
committerMax Resnick <max@ofmax.li>2019-08-18 23:05:42 -0700
commit7d9a09e262d512eca02a254ee3534e71335a984f (patch)
treee3d91c6f58ec5a9cb36ee68b7c36a726732e89d3 /.gitlab-ci.yml
parentca67c4ad52142c5246b28a34f9c25a22684432be (diff)
downloadgrumpy-charts-7d9a09e262d512eca02a254ee3534e71335a984f.tar.gz
init commit of build tools and snapshot"
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..0dc0006
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+pages:
+ image:
+ name: registry.gitlab.com/grumps/helm-pkg-tools:v2.14.3
+ stage: deploy
+ script:
+ - make build
+ artifacts:
+ paths:
+ - public
+ only:
+ - master