diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e05740..14269ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + expire_in: 1 week \ No newline at end of file