From d30e7219f9ac0ca9610cf2072abf3f970e70a1ef Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 17 Mar 2020 22:42:06 +0000 Subject: [PATCH] Changed the artifact path to absolute path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9eb3f7..dff38b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,11 +20,11 @@ build-branches: build-package: extends: .build script: - - cd ~/.fg42/ && fg42 -nw --script build.el + - cd /root/.fg42/ && fg42 -nw --script build.el && cd / artifacts: when: on_success name: fg42.$CI_COMMIT_TAG paths: - - ~/.fg42 + - /root/.fg42/ only: - tags