This commit is contained in:
Flummi 2017-11-24 13:11:56 +00:00
parent 3643fcd5f1
commit bbda8704dd

View File

@ -3,7 +3,6 @@ image: node:latest
stages:
- build
- babel
- release
cache:
paths:
@ -25,13 +24,4 @@ babel_compile:
artifacts:
paths:
- dist/
expire_in: 1 hour
release:
stage: release
script: tar cfvj dist.tar.bz2 dist/*
artifacts:
paths:
- dist.tar.bz2
only:
- tags
expire_in: 1 week