mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-29 09:57:36 -05:00
ci: fix website
This commit is contained in:
parent
608e6f2aed
commit
0fb2583a6e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/website.yaml
vendored
3
.github/workflows/website.yaml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
|||
- run: |
|
||||
cat /etc/issue
|
||||
echo "whoami" && whoami
|
||||
mkdir -p /go && ls -lash /
|
||||
echo "HOME: $HOME"
|
||||
sudo mkdir -p /go && sudo chown -R $(whoami) /go && ls -lash /
|
||||
export GOPATH="/go"
|
||||
echo "GOPATH: $GOPATH"
|
||||
make website-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue