Re-added weekly prepatch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2022-05-04 22:14:57 +02:00
parent 901bb7ce80
commit 9376b65be5
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -155,6 +155,28 @@ kind: pipeline
type: kubernetes type: kubernetes
name: build:weekly name: build:weekly
steps: steps:
- name: bump_prepatch
depends_on: [clone]
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
commands:
- apk add git
- git config --global push.default current
- git branch --set-upstream-to=origin/main main
- yarn
- "yarn release:prepatch"
- git pull
- name: push to repo
image: appleboy/drone-git-push
depends_on: [bump_patch]
settings:
commit: false
author_email: bot@odit.services
followtags: true
branch: main
remote: git@git.odit.services:odit/nginx-brotli.git
skip_verify: true
ssh_key:
from_secret: git_ssh
- name: docker release - name: docker release
image: plugins/docker image: plugins/docker
user: 0 user: 0