This commit is contained in:
Flummi 2017-11-24 12:56:42 +00:00
parent ed499fd009
commit a1b623a764

View File

@ -29,7 +29,7 @@ babel_compile:
release:
stage: release
script: dist.tar.bz2 tar cfvj dist/*
script: tar cfvj dist.tar.bz2 dist/*
artifacts:
paths:
- dist.tar.bz2