Merge pull request #291 from replicatedhq/divolgin/fix

fixing build
This commit is contained in:
divolgin
2020-11-10 14:59:59 -08:00
committed by GitHub

View File

@@ -28,7 +28,6 @@ jobs:
shell: bash
- uses: actions/checkout@v2
- run: make
compile-preflight:
@@ -127,9 +126,6 @@ jobs:
username: repldeploy2
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Unshallow
run: git fetch --prune --unshallow
- uses: actions/setup-go@v1
with:
go-version: "1.14"