Skip to content
This repository was 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 892293c commit af47816
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ jobs:
name: Get deps
command: go get ./...

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

- deploy:
requires:
- test
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 af47816

Please sign in to comment.