diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-15 08:33:54 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-15 08:33:54 -0400 |
commit | d7fc5841985d4446c142b473b7a15ef22fce5415 (patch) | |
tree | 8fafdc14f8b47d7d851ca0b0aac2211b8fce092e | |
parent | 25a40a3ee5a6f4e6e30d0befd4e9789f2fe4e4bd (diff) |
Test build changes with single task fix
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |