Changed the artifact path to absolute path

This commit is contained in:
Sameer Rahmani 2020-03-17 22:42:06 +00:00
parent 84225a72b9
commit d30e7219f9
1 changed files with 2 additions and 2 deletions

View File

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