mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
use the apigen phar packaged with the current image
This commit is contained in:
parent
ca4ffb4d53
commit
669d823f72
@ -48,8 +48,7 @@ api-doc-build:
|
||||
image: chill/ci-image:php-7.1
|
||||
before_script:
|
||||
- mkdir api-doc
|
||||
- composer require apigen/apigen
|
||||
script: vendor/bin/apigen generate --destination api-doc/$CI_BUILD_REF_NAME/$CI_PROJECT_NAME
|
||||
script: apigen generate --destination api-doc/$CI_BUILD_REF_NAME/$CI_PROJECT_NAME
|
||||
artifacts:
|
||||
paths:
|
||||
- "api-doc/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user