Tarball version of artifact has been added

This commit is contained in:
Sameer Rahmani 2020-03-17 23:12:49 +00:00
parent 10e283b9d8
commit 682f47d222
1 changed files with 3 additions and 3 deletions

View File

@ -21,11 +21,11 @@ build-package:
extends: .build
script:
- cd /root/.fg42/ && fg42 -nw --script build.el
- mv -v /root/.fg42/ /builds/$CI_PROJECT_PATH/
- tar zcf ~/fg42.$CI_COMMIT_TAG.tar.gz ~/.fg42/
- mv ~/fg42.$CI_COMMIT_TAG.tar.gz /builds/$CI_PROJECT_PATH/
artifacts:
when: on_success
name: fg42.$CI_COMMIT_TAG
paths:
- .fg42/
- fg42.$CI_COMMIT_TAG.tar.gz
only:
- tags