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