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