From 6ff3c441458a00bef628abfadb4ddcde8ed81bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 4 Sep 2016 21:29:17 +0200 Subject: [PATCH] fixing artifact and removing before_script on build-doc --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95aebd460..4e1674f96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,12 @@ api-doc-build: stage: build-doc environment: api-doc image: chill/ci-image:php-7 + before_script: + - echo "no before_script" script: apigen generate --destination /tmp/api/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME artifacts: paths: - - /tmp/api + - /tmp/api/ name: api expire_in: '2h' only: