don't update on gcp
parent
7702ba7ce0
commit
fd39e2ad66
|
@ -26,8 +26,6 @@ jobs:
|
||||||
run: go mod download
|
run: go mod download
|
||||||
- name: Build Binaries
|
- name: Build Binaries
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y make build-essential
|
|
||||||
make linux
|
make linux
|
||||||
make e2e-linux-amd64
|
make e2e-linux-amd64
|
||||||
cp -r test/integration/testdata ./out
|
cp -r test/integration/testdata ./out
|
||||||
|
|
Loading…
Reference in New Issue