5 lines
34 B
Text
5 lines
34 B
Text
|
#!/bin/sh
|
||
|
set -ex
|
||
|
|
||
|
bundle install
|