aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 20:20:28 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 20:20:28 +0100
commit82aa896d5bd5c365b52a34a3eff1363953f265b1 (patch)
treee2c79b1dd1b9636e88a008cd4ef85c8929f6e765 /.gitlab-ci.yml
parentafd561f013ce7686501437ce59d1a4da7636df46 (diff)
Capitalize GitLab CI targets
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e243cfc..2ff54af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
- Package
- Build
-tarball:
+Tarball:
stage: Package
image: alpine:latest
before_script:
@@ -16,7 +16,7 @@ tarball:
paths:
- release
-moar:
+MoarVM:
stage: Build
image: alpine:latest
before_script: