init
(cherry picked from commit 601384d363ec478a73cd6cdcd7ce63abd9dcdfc7)
This commit is contained in:
parent
7768d96eb8
commit
97975fc108
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