nvm
This commit is contained in:
@@ -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
|
|
Reference in New Issue
Block a user