aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-15 08:33:54 -0400
committerBradley Taunt <bt@btxx.org>2024-07-15 08:33:54 -0400
commitd7fc5841985d4446c142b473b7a15ef22fce5415 (patch)
tree8fafdc14f8b47d7d851ca0b0aac2211b8fce092e
parent25a40a3ee5a6f4e6e30d0befd4e9789f2fe4e4bd (diff)
Test build changes with single task fix
-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