We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2334f0a commit ca0c4b1Copy full SHA for ca0c4b1
.circleci/config.yml
@@ -17,8 +17,7 @@ jobs:
17
#### expecting it in the form of
18
#### /go/src/github.com/circleci/go-tool
19
#### /go/src/bitbucket.org/circleci/go-tool
20
- working_directory: /go/src/github.com/cybertec-postgresql/vip-manager
21
-
+ working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
22
steps:
23
- checkout
24
0 commit comments