Skip to content

Commit

Permalink
chore: dbg update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent e9f219c commit ee007c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- image: cimg/go:1.21.5
steps:
- checkout
- setup_remote_docker:
- setup_remote_docker
# version: 18.06.0-ce
- run:
name: Build monorepo
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 ee007c2

Please sign in to comment.