Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 967d377

Browse files
committed
Fix CircleCi clean config... #2
1 parent af47816 commit 967d377

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
command: go get ./...
2020

2121
- run:
22-
name: Test
22+
name: Run test
2323
command: go test | tee ${TEST_RESULTS}/go-test.out
2424

2525
- deploy:
26-
filters:
27-
tags:
28-
only: /v[0-9]+(\.[0-9]+)*/
29-
command: curl -sL https://git.io/goreleaser | bash
26+
filters:
27+
tags:
28+
only: /v[0-9]+(\.[0-9]+)*/
29+
command: curl -sL https://git.io/goreleaser | bash
3030

3131
- store_artifacts:
3232
path: /tmp/test-results

0 commit comments

Comments
 (0)