diff options
author | Ben Sima <ben@bsima.me> | 2020-11-16 11:48:53 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-16 11:48:53 -0500 |
commit | c04659a8dc6a1a64783682343ae6c00c728bfc7b (patch) | |
tree | 5a2c3806db7b2e9b505b939f8958521dc3de4a4e | |
parent | 476f904bc4322de9aa0494f5a572b8fb48c8bb28 (diff) |
build: fix indent
-rw-r--r-- | .build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ image; nixos/unstable secrets: -- 6a44134f-d160-4702-825f-26e49398f8e9 + - 6a44134f-d160-4702-825f-26e49398f8e9 tasks: -- build: | - cd biz - nix-build ./default.nix -A Biz.Cloud -A Biz.Dev + - build: | + cd biz + nix-build ./default.nix -A Biz.Cloud -A Biz.Dev |