aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-02 19:21:46 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-02 19:21:46 +0100
commit9ea39b4d80b278ede426d647b7c2867d1017ac4f (patch)
tree539b258fe1d6ddc9ef723674225638a710f7137a
parent55ba38644e98c58beec5bbcb9e5aa71bc04b5a63 (diff)
Add artifacts to release stage
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0eb313..b5de7e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,9 @@ Docker:
script:
- docker build --build-arg "VERSION=$CI_COMMIT_REF_NAME" -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
+ artifacts:
+ paths:
+ - work
dist.tyil.nl:
stage: Release
@@ -93,3 +96,6 @@ dist.tyil.nl:
- apk add --no-cache coreutils lftp
script:
- bin/release-ftp.sh
+ artifacts:
+ paths:
+ - work/release