summaryrefslogtreecommitdiff
path: root/.woodpecker/.alpine.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/.alpine.yaml')
-rw-r--r--.woodpecker/.alpine.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.woodpecker/.alpine.yaml b/.woodpecker/.alpine.yaml
deleted file mode 100644
index fcee15d..0000000
--- a/.woodpecker/.alpine.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-skip_clone: false
-
-steps:
- - name: build
- when:
- branch: [master]
- event: [push, tag, manual]
- image: alpine:edge
- commands:
- - apk add --no-cache go make golangci-lint
- - make
- - sh ./scripts/lint.sh
- - name: release
- when:
- branch: [master]
- event: [tag]
- image: woodpeckerci/plugin-release
- settings:
- files:
- - 'cca'
- api_key:
- from_secret: FORGEJO_API_KEY