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
- make backend_lint
rules:
- allow_failure: true
- changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Makefile
allow_failure: true
#lint:frontend:
# stage: lint