Skip to content

Commit

Permalink
Add script to check if lockfile was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 5, 2015
1 parent 45f07ec commit 9b02531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/ci/lockfile_changed.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
diff=$(git diff -- */*/Cargo.lock)
echo "$diff"
[[ ! $diff ]]

0 comments on commit 9b02531

Please sign in to comment.