6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
bundle exec rake
|
||
|
if [ $? -ne 0 ]; then exit 1; fi
|
||
|
|