From e3f48fc9086932ceff5651bf4ee2637fd68351ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Fri, 26 Jan 2024 10:13:34 +0100 Subject: [PATCH] fix: Seems makefile and dockerfile has been aligned upstream --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c3522d989..6ac9228d43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,8 +45,6 @@ jobs: - name: Build server run: | make release-server - mkdir -p dist/server/linux/amd64 - mv dist/server/linux_amd64/woodpecker-server dist/server/linux/amd64/woodpecker-server env: PLATFORMS: linux|amd64 TAGS: bindata sqlite sqlite_unlock_notify netgo