mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
try to fix artifact
This commit is contained in:
parent
6ff3c44145
commit
c2e96f7052
@ -32,11 +32,11 @@ api-doc-build:
|
||||
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
|
||||
- mkdir api-doc
|
||||
script: apigen generate --destination api-doc/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME
|
||||
artifacts:
|
||||
paths:
|
||||
- /tmp/api/
|
||||
- "api-doc/"
|
||||
name: api
|
||||
expire_in: '2h'
|
||||
only:
|
||||
|
Loading…
x
Reference in New Issue
Block a user