nvm
This commit is contained in:
parent
3643fcd5f1
commit
bbda8704dd
|
@ -3,7 +3,6 @@ image: node:latest
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- babel
|
- babel
|
||||||
- release
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -25,13 +24,4 @@ babel_compile:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/
|
- dist/
|
||||||
expire_in: 1 hour
|
expire_in: 1 week
|
||||||
|
|
||||||
release:
|
|
||||||
stage: release
|
|
||||||
script: tar cfvj dist.tar.bz2 dist/*
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- dist.tar.bz2
|
|
||||||
only:
|
|
||||||
- tags
|
|
Loading…
Reference in New Issue
Block a user