forked from FG42/FG42
1
0
Fork 0

Moved the .fg42 dir to the 'build' dir of gitlab ci for the runner to pick it up.

This commit is contained in:
Sameer Rahmani 2020-03-17 22:56:23 +00:00
parent d30e7219f9
commit 10e283b9d8
1 changed files with 3 additions and 2 deletions

View File

@ -20,11 +20,12 @@ build-branches:
build-package:
extends: .build
script:
- cd /root/.fg42/ && fg42 -nw --script build.el && cd /
- cd /root/.fg42/ && fg42 -nw --script build.el
- mv -v /root/.fg42/ /builds/$CI_PROJECT_PATH/
artifacts:
when: on_success
name: fg42.$CI_COMMIT_TAG
paths:
- /root/.fg42/
- .fg42/
only:
- tags