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