BUGFIX: Allow local docs rendering
* Update .gitlab-ci.yml to allow running gitlab-runner exec docker render:documentation locally
This commit is contained in:
parent
c388a7e8b3
commit
8bbc92ba94
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
image: 'bash:latest'
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache make wget git
|
- apk add --no-cache make wget git
|
||||||
- make install-composer
|
- make install-composer
|
||||||
|
@ -12,6 +10,7 @@ stages:
|
||||||
- render
|
- render
|
||||||
|
|
||||||
sync:github:
|
sync:github:
|
||||||
|
image: 'bash:latest'
|
||||||
stage: sync
|
stage: sync
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache openssh-client git
|
- apk add --no-cache openssh-client git
|
||||||
|
@ -68,7 +67,7 @@ test:latest:
|
||||||
- ./vendor/bin/phpunit
|
- ./vendor/bin/phpunit
|
||||||
|
|
||||||
render:documentation:
|
render:documentation:
|
||||||
image: danielsiepmann/sphinx:latest
|
image: 'danielsiepmann/sphinx:latest'
|
||||||
stage: render
|
stage: render
|
||||||
before_script:
|
before_script:
|
||||||
- cd Documentation
|
- cd Documentation
|
||||||
|
|
Loading…
Reference in a new issue