8 lines
93 B
Text
8 lines
93 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
bundle install
|
||
|
|
||
|
# Do any other automated setup that you need to do here
|