Skip to content

Commit

Permalink
change working directory to admiral, and use circle ci image for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvanagit authored Jun 6, 2024
1 parent 3df46e3 commit e1787fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ orbs:

jobs:
build:
working_directory: /go/pkg/mod/github.com/admiral
working_directory: admiral
docker:
- image: golang:1.22
- image: cimg/go:1.21
steps:
- checkout
- run:
Expand Down

0 comments on commit e1787fb

Please sign in to comment.