aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 62b4e47..1188b24 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,7 +13,8 @@ sources:
tasks:
- name: build-1kb
steps:
- - if [ "$SRHT_BRANCH" = "deploy" ]; then
+ - |
+ if [ "$SRHT_BRANCH" = "deploy" ]; then
sudo gem install bundler
cd 1kb-club
sudo bundle install