Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jukie committed May 23, 2022
1 parent 08a85ed commit 214a4bd
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 @@ -7,7 +7,7 @@ jobs:
docker:
- image: cimg/go:1.18

working_directory: /go/src/github.com/warrensbox/terraform-switcher
working_directory: /home/circleci/go/src/github.com/warrensbox/terraform-switcher

steps:
- checkout
Expand All @@ -34,7 +34,7 @@ jobs:
docker:
- image: cimg/go:1.18

working_directory: /go/src/github.com/warrensbox/terraform-switcher
working_directory: /home/circleci/go/src/github.com/warrensbox/terraform-switcher

steps:
- checkout
Expand Down

0 comments on commit 214a4bd

Please sign in to comment.