cicd: fix images url
This commit is contained in:
parent
57831c81af
commit
5e3fb62944
1 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ variables:
|
||||||
line_limit:
|
line_limit:
|
||||||
stage: analyse
|
stage: analyse
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
image: registry.git.mel.vin/shione/shione/cicd/coreutils:0.0
|
image: registry.git.mel.vin/vermim/cicd/cicd/coreutils:0.1
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
@ -19,7 +19,7 @@ line_limit:
|
||||||
regex_check:
|
regex_check:
|
||||||
stage: analyse
|
stage: analyse
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
image: registry.git.mel.vin/shione/shione/cicd/coreutils:0.0
|
image: registry.git.mel.vin/vermim/cicd/cicd/coreutils:0.1
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
@ -28,7 +28,7 @@ regex_check:
|
||||||
|
|
||||||
sphinx_html:
|
sphinx_html:
|
||||||
stage: test
|
stage: test
|
||||||
image: registry.git.mel.vin/shione/shione/cicd/sphinx_html:0.0
|
image: registry.git.mel.vin/vermim/cicd/cicd/sphinx_html:0.3
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
@ -43,10 +43,10 @@ review:
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
only:
|
only:
|
||||||
- master
|
- master@shione/shione
|
||||||
dependencies:
|
dependencies:
|
||||||
- sphinx_html
|
- sphinx_html
|
||||||
image: registry.git.mel.vin/shione/shione/cicd/coreutils:0.0
|
image: registry.git.mel.vin/vermim/cicd/cicd/coreutils:0.1
|
||||||
environment:
|
environment:
|
||||||
name: review/$CI_COMMIT_REF_NAME
|
name: review/$CI_COMMIT_REF_NAME
|
||||||
url: https://shione.vermwa.re
|
url: https://shione.vermwa.re
|
||||||
|
@ -65,7 +65,7 @@ review_stop:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
when: manual
|
when: manual
|
||||||
dependencies: []
|
dependencies: []
|
||||||
image: registry.git.mel.vin/shione/shione/cicd/coreutils:0.0
|
image: registry.git.mel.vin/vermim/cicd/cicd/coreutils:0.1
|
||||||
environment:
|
environment:
|
||||||
name: review/$CI_COMMIT_REF_NAME
|
name: review/$CI_COMMIT_REF_NAME
|
||||||
action: stop
|
action: stop
|
||||||
|
|
Loading…
Reference in a new issue