mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
fixing artifact and removing before_script on build-doc
This commit is contained in:
parent
1e3d7bc43c
commit
6ff3c44145
@ -31,10 +31,12 @@ api-doc-build:
|
|||||||
stage: build-doc
|
stage: build-doc
|
||||||
environment: api-doc
|
environment: api-doc
|
||||||
image: chill/ci-image:php-7
|
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
|
script: apigen generate --destination /tmp/api/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /tmp/api
|
- /tmp/api/
|
||||||
name: api
|
name: api
|
||||||
expire_in: '2h'
|
expire_in: '2h'
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user