Skip to content

Commit

Permalink
patch: move working directory to separate location
Browse files Browse the repository at this point in the history
  • Loading branch information
awnumar committed Oct 4, 2019
1 parent 2393c3a commit 0adae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ windows_task:
os_version: 1803
env:
GO111MODULE: on
GOPATH: C:\go
GOPATH: C:\golang
PATH: ${GOPATH}\bin:${PATH}
CIRRUS_WORKING_DIR: C:\go\src\github.com\${CIRRUS_REPO_FULL_NAME}
CIRRUS_WORKING_DIR: C:\golang\src\github.com\${CIRRUS_REPO_FULL_NAME}
build_script:
- dir
- go version
Expand Down

0 comments on commit 0adae84

Please sign in to comment.