Fix(CI): build app job depends on test and lint jobs
This commit is contained in:
parent
96dca7ce48
commit
7b5b0f68e2
|
@ -407,10 +407,8 @@ build_docs:
|
||||||
build_app:
|
build_app:
|
||||||
stage: build
|
stage: build
|
||||||
needs:
|
needs:
|
||||||
# The test_app job is currently disabled
|
- job: test_app
|
||||||
# - job: test_app
|
|
||||||
- job: lint_app
|
- job: lint_app
|
||||||
optional: true
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
|
||||||
- changes: [app/**/*]
|
- changes: [app/**/*]
|
||||||
|
|
Loading…
Reference in New Issue