We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0d714 commit 00de35eCopy full SHA for 00de35e
circle.yml
@@ -2,10 +2,9 @@ version: 2
2
jobs:
3
build:
4
machine: true
5
- working_directory: ~/.go_workspace/src/github.com/gliderlabs/
+ working_directory: ~/.go_workspace/src/github.com/gliderlabs/logspout
6
environment:
7
DEBUG: true
8
- GO_PROJECT: ../go/src/github.com/gliderlabs/$CIRCLE_PROJECT_REPONAME
9
steps:
10
- checkout
11
- run: |
0 commit comments