fixing build

This commit is contained in:
divolgin
2020-11-10 22:55:21 +00:00
parent af2f49cb07
commit badedf34ee
-4
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"