ci: fix website

This commit is contained in:
Manuel Vogel 2020-11-11 11:05:51 +01:00
parent 608e6f2aed
commit 0fb2583a6e
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -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