try to fix artifact

This commit is contained in:
Julien Fastré 2016-09-04 21:33:41 +02:00
parent 6ff3c44145
commit c2e96f7052

View File

@ -32,11 +32,11 @@ api-doc-build:
environment: api-doc environment: api-doc
image: chill/ci-image:php-7 image: chill/ci-image:php-7
before_script: before_script:
- echo "no before_script" - mkdir api-doc
script: apigen generate --destination /tmp/api/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME script: apigen generate --destination api-doc/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME
artifacts: artifacts:
paths: paths:
- /tmp/api/ - "api-doc/"
name: api name: api
expire_in: '2h' expire_in: '2h'
only: only: