added comments;
change stage order;
This commit is contained in:
parent
6c9df4fb30
commit
b88542c970
@ -1,6 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- lint
|
|
||||||
- build
|
- build
|
||||||
|
- lint
|
||||||
- test
|
- test
|
||||||
- compose-build
|
- compose-build
|
||||||
- compose-push
|
- compose-push
|
||||||
@ -16,17 +16,9 @@ stages:
|
|||||||
.compose-push:
|
.compose-push:
|
||||||
stage: compose-push
|
stage: compose-push
|
||||||
|
|
||||||
lint_fe:
|
########
|
||||||
script:
|
# BUILD
|
||||||
- echo ''
|
#################################################################
|
||||||
extends:
|
|
||||||
- .lint
|
|
||||||
|
|
||||||
lint_be:
|
|
||||||
script:
|
|
||||||
- echo ''
|
|
||||||
extends:
|
|
||||||
- .lint
|
|
||||||
|
|
||||||
build_fe:
|
build_fe:
|
||||||
script:
|
script:
|
||||||
@ -40,6 +32,26 @@ build_be:
|
|||||||
extends:
|
extends:
|
||||||
- .build
|
- .build
|
||||||
|
|
||||||
|
########
|
||||||
|
# LINT
|
||||||
|
#################################################################
|
||||||
|
|
||||||
|
lint_fe:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .lint
|
||||||
|
|
||||||
|
lint_be:
|
||||||
|
script:
|
||||||
|
- echo ''
|
||||||
|
extends:
|
||||||
|
- .lint
|
||||||
|
|
||||||
|
########
|
||||||
|
# TEST
|
||||||
|
#################################################################
|
||||||
|
|
||||||
test_fe:
|
test_fe:
|
||||||
script:
|
script:
|
||||||
- echo ''
|
- echo ''
|
||||||
@ -52,12 +64,20 @@ test_be:
|
|||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
|
|
||||||
|
########
|
||||||
|
# COMPOSE-BUILD
|
||||||
|
#################################################################
|
||||||
|
|
||||||
compose-build:
|
compose-build:
|
||||||
script:
|
script:
|
||||||
- echo ''
|
- echo ''
|
||||||
extends:
|
extends:
|
||||||
- .compose-build
|
- .compose-build
|
||||||
|
|
||||||
|
########
|
||||||
|
# COMPOSE-PUSH
|
||||||
|
#################################################################
|
||||||
|
|
||||||
compose-push:
|
compose-push:
|
||||||
script:
|
script:
|
||||||
- echo ''
|
- echo ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user