nvm
This commit is contained in:
parent
3643fcd5f1
commit
bbda8704dd
|
@ -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
|
Loading…
Reference in New Issue
Block a user