Skip to content

Commit 00de35e

Browse files
committed
fix working_directory so we don't duplicate test runs
1 parent 8f0d714 commit 00de35e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ version: 2
22
jobs:
33
build:
44
machine: true
5-
working_directory: ~/.go_workspace/src/github.com/gliderlabs/
5+
working_directory: ~/.go_workspace/src/github.com/gliderlabs/logspout
66
environment:
77
DEBUG: true
8-
GO_PROJECT: ../go/src/github.com/gliderlabs/$CIRCLE_PROJECT_REPONAME
98
steps:
109
- checkout
1110
- run: |

0 commit comments

Comments
 (0)