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: build-package:
extends: .build extends: .build
script: 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: artifacts:
when: on_success when: on_success
name: fg42.$CI_COMMIT_TAG name: fg42.$CI_COMMIT_TAG
paths: paths:
- /root/.fg42/ - .fg42/
only: only:
- tags - tags