From ed4784971a62669e1264a80c07e0110905024180 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 5 Sep 2019 18:09:18 +0200 Subject: [PATCH] circle-ci: set working directory for windows to not have to get vendors --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed5f59e6378..91fd3877d29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,6 +66,7 @@ jobs: executor: name: win/vs2019 shell: bash.exe + working_directory: ~/go/src/github.com/hashicorp/packer steps: - install-go-run-tests-windows: GOVERSION: "1.13"