mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Fix YAML config (again)
This commit is contained in:
parent
c58fc8b6a2
commit
0d39d46ac6
@ -15,6 +15,6 @@ script:
|
||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||
- go build -ldflags "-s" ./...
|
||||
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||
- stat --printf='binary size: %s' restic
|
||||
- "stat --printf='binary size: %s' restic"
|
||||
- go test ./...
|
||||
- ./testsuite.sh
|
||||
|
Loading…
Reference in New Issue
Block a user