fixing artifact and removing before_script on build-doc

This commit is contained in:
Julien Fastré 2016-09-04 21:29:17 +02:00
parent 1e3d7bc43c
commit 6ff3c44145

View File

@ -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: