mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-31 20:19:33 -05:00
ci: exports gopath manually
This commit is contained in:
parent
fd8eed9c13
commit
1413b1b481
1 changed files with 3 additions and 1 deletions
4
.github/workflows/website.yaml
vendored
4
.github/workflows/website.yaml
vendored
|
|
@ -15,7 +15,6 @@ on:
|
|||
env:
|
||||
GO_VERSION: "1.15"
|
||||
GOPROXY: https://gocenter.io,https://proxy.golang.org,direct
|
||||
GOPATH: "/go"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -28,6 +27,9 @@ jobs:
|
|||
with:
|
||||
go-version: '1.15'
|
||||
- run: cat /etc/issue
|
||||
- run: whoami
|
||||
- run: mkdir -p $HOME/go
|
||||
- run: export GOPATH="$HOME/go"
|
||||
- run: bash scripts/gogetcookie.sh
|
||||
- run: make website-test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue