added comments;

change stage order;
This commit is contained in:
Marco Zeisler 2021-05-11 17:15:57 +02:00
parent 6c9df4fb30
commit b88542c970

View File

@ -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 ''