Skip to content

Commit

Permalink
ci: change working dir for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 12, 2023
1 parent ee007c2 commit b5ed002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: 2.1
jobs:
build:
working_directory: /go/src/github.com/flowerinthenight/golang-monorepo/
# working_directory: /go/src/github.com/flowerinthenight/golang-monorepo/
working_directory: ~/repo/
docker:
- image: cimg/go:1.21.5
steps:
Expand Down
2 changes: 1 addition & 1 deletion services/samplesvc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(BASE):

.PHONY: custom docker deploy

# The rule that is called by our root Makefile during CI builds.
## The rule that is called by our root Makefile during CI builds.
custom: docker deploy

docker:
Expand Down

0 comments on commit b5ed002

Please sign in to comment.