]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix yaml formatting
authorMatt Joiner <anacrolix@gmail.com>
Tue, 8 Jan 2019 05:59:49 +0000 (16:59 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 8 Jan 2019 05:59:49 +0000 (16:59 +1100)
What a stupid format.

.circleci/config.yml

index 118ed9674ccba446dfa56db5396d39cfabffb361..097dba06e3c3e242777fa88de83d6f5abdb9e748 100644 (file)
@@ -24,8 +24,8 @@ jobs:
       - run: sudo apt-get update
       - run: sudo apt install fuse pv
       - restore_cache:
-        keys:
-          - go-mod
+          keys:
+            - go-mod
       - run: go get ./...
       - run: go test -v -race ./... -count 2
       - run: go test -bench . ./...
@@ -36,8 +36,8 @@ jobs:
       # - run: GO111MODULE=off go install github.com/anacrolix/godo
       - run: go install ./cmd/torrentfs
       - save_cache:
-        key: go-mod
-        paths:
-          - $GOPATH/pkg/mod
+          key: go-mod
+          paths:
+            - $GOPATH/pkg/mod
       - run: sudo modprobe fuse
       - run: fs/test.sh