Skip to content

Commit 46194fc

Browse files
authored
Merge pull request #291 from replicatedhq/divolgin/fix
fixing build
2 parents af2f49c + badedf3 commit 46194fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
shell: bash
2929

3030
- uses: actions/checkout@v2
31-
3231
- run: make
3332

3433
compile-preflight:
@@ -127,9 +126,6 @@ jobs:
127126
username: repldeploy2
128127
password: ${{ secrets.DOCKERHUB_PASSWORD }}
129128

130-
- name: Unshallow
131-
run: git fetch --prune --unshallow
132-
133129
- uses: actions/setup-go@v1
134130
with:
135131
go-version: "1.14"

0 commit comments

Comments
 (0)