Fail fast
This commit is contained in:
parent
a32baeef46
commit
62a36b9065
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Make sure all our local dependencies are available.
|
||||
|
||||
set -e
|
||||
|
||||
# FIX: only sudo if gem home isn't writable
|
||||
|
||||
(gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||
|
||||
|
|
Loading…
Reference in a new issue