fix .gitlab-ci.yml (semantically)

feat/vaults
Tomáš Mládek 2021-06-19 12:53:27 +02:00
parent 60042dda69
commit 4cb2f8d4ff
1 changed files with 1 additions and 1 deletions

View File

@ -23,12 +23,12 @@ lint:backend:
- rustup component add clippy - rustup component add clippy
- make backend_lint - make backend_lint
rules: rules:
- allow_failure: true
- changes: - changes:
- migrations/**/* - migrations/**/*
- src/**/* - src/**/*
- Cargo.* - Cargo.*
- Makefile - Makefile
allow_failure: true
#lint:frontend: #lint:frontend:
# stage: lint # stage: lint