init
This commit is contained in:
parent
91d6020e10
commit
601384d363
65
.gitlab-ci.yml
Normal file
65
.gitlab-ci.yml
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
- compose-build
|
||||||
|
- compose-push
|
||||||
|
|
||||||
|
.lint:
|
||||||
|
stage: lint
|
||||||
|
.build:
|
||||||
|
stage: build
|
||||||
|
.test:
|
||||||
|
stage: test
|
||||||
|
.compose-build:
|
||||||
|
stage: compose-build
|
||||||
|
.compose-push:
|
||||||
|
stage: compose-push
|
||||||
|
|
||||||
|
lint_fe:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .lint
|
||||||
|
|
||||||
|
lint_be:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .lint
|
||||||
|
|
||||||
|
build_fe:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .build
|
||||||
|
|
||||||
|
build_be:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .build
|
||||||
|
|
||||||
|
test_fe:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .test
|
||||||
|
|
||||||
|
test_be:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .test
|
||||||
|
|
||||||
|
compose-build:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .compose-build
|
||||||
|
|
||||||
|
compose-push:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- compose-push
|
||||||
Loading…
x
Reference in New Issue
Block a user