chore(gitlab-ci): fix order/syntax
This commit is contained in:
parent
aec1daf8ac
commit
95a2e2f2fe
@ -103,8 +103,6 @@ frontend build:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
- job: well-known
|
- job: well-known
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: frontend lint # pipeline performance
|
|
||||||
artifacts: false
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- static/
|
- static/
|
||||||
@ -125,8 +123,6 @@ uniworx:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
- job: backend dependencies
|
- job: backend dependencies
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: frontend lint # transitive
|
|
||||||
artifacts: false
|
|
||||||
- job: frontend build
|
- job: frontend build
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: backend lint # pipeline performance
|
- job: backend lint # pipeline performance
|
||||||
|
|||||||
Reference in New Issue
Block a user