Skip to content
Snippets Groups Projects
Commit 0cf47b8d authored by Cam Saul's avatar Cam Saul
Browse files

Update new migrations linter to use checksum instead of cache-key

parent 9c4e079b
No related branches found
No related tags found
No related merge requests found
......@@ -579,7 +579,7 @@ jobs:
filename: .MIGRATIONS-LINTER-CHECKSUMS
find-args: bin/lint-migrations-file -type f -name '*.clj' -or -name 'deps.edn'
- run-on-change:
cache-key: check-migrations-{{ checksum ".MIGRATIONS-CHECKSUM" }}-{{ checksum ".MIGRATIONS-LINTER-CHECKSUMS" }}
checksum: '{{ checksum ".MIGRATIONS-CHECKSUM" }}-{{ checksum ".MIGRATIONS-LINTER-CHECKSUMS" }}'
steps:
- run:
name: Verify Liquibase Migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment