Re-added weekly prepatch
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
901bb7ce80
commit
9376b65be5
22
.drone.yml
22
.drone.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user