Swiched git plugin to registry cache
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9b519984f4
commit
9722510ef6
23
.drone.yml
23
.drone.yml
@ -56,7 +56,7 @@ steps:
|
|||||||
- yarn release:patch
|
- yarn release:patch
|
||||||
- git pull
|
- git pull
|
||||||
- name: push to repo
|
- name: push to repo
|
||||||
image: appleboy/drone-git-push
|
image: registry.odit.services/hub/appleboy/drone-git-push
|
||||||
depends_on: [bump_patch]
|
depends_on: [bump_patch]
|
||||||
settings:
|
settings:
|
||||||
commit: false
|
commit: false
|
||||||
@ -162,7 +162,7 @@ steps:
|
|||||||
- "yarn release:prepatch"
|
- "yarn release:prepatch"
|
||||||
- git pull
|
- git pull
|
||||||
- name: push to repo
|
- name: push to repo
|
||||||
image: appleboy/drone-git-push
|
image: registry.odit.services/hub/appleboy/drone-git-push
|
||||||
depends_on: [bump_prepatch]
|
depends_on: [bump_prepatch]
|
||||||
settings:
|
settings:
|
||||||
commit: false
|
commit: false
|
||||||
@ -194,21 +194,4 @@ trigger:
|
|||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
include:
|
include:
|
||||||
- weekly
|
- weekly
|
||||||
# ---
|
|
||||||
# kind: pipeline
|
|
||||||
# type: kubernetes
|
|
||||||
# name: build:pr
|
|
||||||
# steps:
|
|
||||||
# - name: docker release
|
|
||||||
# image: plugins/docker
|
|
||||||
# user: 0
|
|
||||||
# depends_on: [clone]
|
|
||||||
# settings:
|
|
||||||
# dry_run: true
|
|
||||||
# tags:
|
|
||||||
# - "PR-${DRONE_STAGE_STARTED}"
|
|
||||||
# mtu: 1000
|
|
||||||
# trigger:
|
|
||||||
# event:
|
|
||||||
# - pull_request
|
|
Loading…
x
Reference in New Issue
Block a user