Skip to content

Commit

Permalink
Excavator: Render CircleCI file using template specified in .circleci…
Browse files Browse the repository at this point in the history
…/template.sh (#182)
  • Loading branch information
svc-excavator-bot authored Nov 24, 2021
1 parent a2ab041 commit 6485621
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ homepath: &homepath
gopath: &gopath
gopath: /home/circleci/go

working_directory: &working_directory
working_directory: /home/circleci/go/src/github.com/palantir/go-java-launcher

executors:
circleci-go:
docker:
- image: cimg/go:1.16-browsers
working_directory: /home/circleci/go/src/github.com/palantir/go-java-launcher
<<: *working_directory

all-tags-filter: &all-tags-filter
filters:
Expand All @@ -27,7 +30,7 @@ all-tags-filter: &all-tags-filter

jobs:
publish:
working_directory: /go/src/github.com/palantir/go-java-launcher
<<: *working_directory
docker: [{ image: openjdk:11 }]
steps:
- checkout
Expand Down

0 comments on commit 6485621

Please sign in to comment.