From 04d9d6675a067fb3b746f09f0a9a0a8aa07f6cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=81=D0=B8=D0=BB=D0=B8=D0=B9=20=D0=A2=D0=BE?= =?UTF-8?q?=D0=BB=D1=81=D1=82=D0=BE=D0=B2?= Date: Fri, 6 Dec 2024 13:02:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20.g?= =?UTF-8?q?itea/workflows/autoupdate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autoupdate.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .gitea/workflows/autoupdate.yml diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml deleted file mode 100644 index eca89aca..00000000 --- a/.gitea/workflows/autoupdate.yml +++ /dev/null @@ -1,24 +0,0 @@ -#on: -# push: -# branches: -# - 'main' -# - 'master' -# - 'v3' -# schedule: - #- cron: '* * * * *' -# - cron: '@hourly' - -#jobs: -# autoupdate: -# runs-on: ubuntu-latest -# steps: -# - name: setup-go -# uses: https://gitea.com/actions/setup-go@v3 -# with: -# go-version: 1.21 -# - name: checkout -# uses: https://gitea.com/actions/checkout@v3 -# - name: get pkgdashcli -# run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest -# - name: pkgdashcli check -# run: /bin/pkgdashcli check \ No newline at end of file