File tree Expand file tree Collapse file tree 1 file changed +10
-18
lines changed
Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ version: 2
77before :
88 hooks :
99 - |
10- sh -c "if [ \"${SKIP_GORELEASER_TESTS}\" = \"true\" ]; then
11- echo 'Skipping tests (SKIP_GORELEASER_TESTS=true)'
12- else
13- magex test
14- fi"
10+ sh -c '
11+ if [ "$SKIP_GORELEASER_TESTS" = "true" ]; then
12+ echo "Skipping tests (SKIP_GORELEASER_TESTS=true)"
13+ else
14+ magex test
15+ fi
16+ '
1517changelog :
1618 sort : asc
1719 filters :
@@ -23,23 +25,13 @@ changelog:
2325# Builder
2426# ---------------------------
2527builds :
26- - id : go-bsv-middleware
27- main : ./cmd/go-bsv-middleware
28- binary : go-bsv-middleware
29- env :
28+ - env :
3029 - CGO_ENABLED=0
3130 goos :
3231 - linux
33- - darwin
3432 - windows
35- goarch :
36- - amd64
37- - arm64
38- ldflags :
39- - -s -w
40- - -X main.version={{.Version}}
41- - -X main.commit={{.Commit}}
42- - -X main.buildDate={{.Date}}
33+ - darwin
34+ skip : true
4335
4436# ---------------------------
4537# Archives
You can’t perform that action at this time.
0 commit comments