Skip to content

Commit

Permalink
Merge pull request #137 from yunify/fix-circle-ci
Browse files Browse the repository at this point in the history
fix working_directory error
  • Loading branch information
runzexia authored Jan 11, 2018
2 parents c0c0cc0 + bfea60f commit faeb695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.8
working_directory: /go/src/github.com/runzexia/circleci-ghr
working_directory: /go/src/github.com/yunify/terraform-provider-qingcloud
steps:
- checkout
- run: git config --global user.name runzexia
Expand Down

0 comments on commit faeb695

Please sign in to comment.