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

Commit

Permalink
Remove test reporter before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Aug 20, 2019
1 parent 2222c3a commit e97050d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
TF_ACC=1 go test -coverprofile c.out -v ./...
./cc-test-reporter after-build --exit-code $?
- run:
name: Remove test reporter
command: |
rm ./cc-test-reporter
- store_artifacts:
path: "/go/bin/terraform-provider-uptimerobot"
destination: terraform-provider-uptimerobot
Expand Down

0 comments on commit e97050d

Please sign in to comment.