mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-10 08:42:55 -05:00
ci(website): consolidates all cmds into 1
This commit is contained in:
parent
1413b1b481
commit
39c80d3784
1 changed files with 6 additions and 5 deletions
11
.github/workflows/website.yaml
vendored
11
.github/workflows/website.yaml
vendored
|
|
@ -26,11 +26,12 @@ jobs:
|
|||
- uses: actions/setup-go@v2
|
||||
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
|
||||
- run: |
|
||||
cat /etc/issue
|
||||
whoami
|
||||
mkdir -p $HOME/go
|
||||
echo $GOPATH
|
||||
make website-test
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue