Skip to content

Commit

Permalink
build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangMau committed Jan 20, 2018
1 parent d668b91 commit 0ec728c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/circleci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/WolfgangMau/chamg
working_directory: /go/src/github.com/WolfgangMau/chamgo
steps:
- checkout
- run: make
Expand All @@ -12,7 +12,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/WolfgangMau/chamg
working_directory: /go/src/github.com/WolfgangMau/chamgo
steps:
- checkout
- run: make package
Expand Down

0 comments on commit 0ec728c

Please sign in to comment.