Add .circleci/config.yml

This commit is contained in:
Philipp Böhm 2021-02-20 13:51:22 +01:00
parent c38ac71b93
commit 909c93114f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
#### expecting it in the form of
#### /go/src/github.com/circleci/go-tool
#### /go/src/bitbucket.org/circleci/go-tool
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
working_directory: /go/src/github.com/pboehm/ddns
steps:
- checkout