Skip to content

Commit 95b491a

Browse files
committed
[build] try out variables
1 parent 25898bc commit 95b491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
#### expecting it in the form of
1818
#### /go/src/github.com/circleci/go-tool
1919
#### /go/src/bitbucket.org/circleci/go-tool
20-
working_directory: /go/src/github.com/g3force/ssl-game-controller
20+
working_directory: /go/src/github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}
2121
steps:
2222
- checkout
2323

0 commit comments

Comments
 (0)