mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add script to check if lockfile was changed
This commit is contained in:
parent
45f07ec320
commit
9b02531d12
1 changed files with 4 additions and 0 deletions
4
etc/ci/lockfile_changed.sh
Executable file
4
etc/ci/lockfile_changed.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
diff=$(git diff -- */*/Cargo.lock)
|
||||
echo "$diff"
|
||||
[[ ! $diff ]]
|
Loading…
Add table
Add a link
Reference in a new issue