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

Commit

Permalink
Fix CircleCi clean config... #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBreux committed Aug 27, 2017
1 parent af47816 commit 967d377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
command: go get ./...

- run:
name: Test
name: Run test
command: go test | tee ${TEST_RESULTS}/go-test.out

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

- store_artifacts:
path: /tmp/test-results
Expand Down

0 comments on commit 967d377

Please sign in to comment.