added needs dependencies
This commit is contained in:
parent
b88542c970
commit
578b60b49f
@ -41,12 +41,16 @@ lint_fe:
|
||||
- echo ''
|
||||
extends:
|
||||
- .lint
|
||||
needs:
|
||||
- build_fe
|
||||
|
||||
lint_be:
|
||||
script:
|
||||
- echo ''
|
||||
extends:
|
||||
- .lint
|
||||
needs:
|
||||
- build_be
|
||||
|
||||
########
|
||||
# TEST
|
||||
@ -57,12 +61,16 @@ test_fe:
|
||||
- echo ''
|
||||
extends:
|
||||
- .test
|
||||
needs:
|
||||
- build_fe
|
||||
|
||||
test_be:
|
||||
script:
|
||||
- echo ''
|
||||
extends:
|
||||
- .test
|
||||
needs:
|
||||
- build_be
|
||||
|
||||
########
|
||||
# COMPOSE-BUILD
|
||||
@ -73,6 +81,9 @@ compose-build:
|
||||
- echo ''
|
||||
extends:
|
||||
- .compose-build
|
||||
needs:
|
||||
- test_be
|
||||
- test_fe
|
||||
|
||||
########
|
||||
# COMPOSE-PUSH
|
||||
@ -83,3 +94,5 @@ compose-push:
|
||||
- echo ''
|
||||
extends:
|
||||
- .compose-push
|
||||
needs:
|
||||
- compose-build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user