remove git push for now
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
1f4974e1dd
commit
93076731fe
24
.drone.yml
24
.drone.yml
@ -27,18 +27,18 @@ steps:
|
||||
- pull_request
|
||||
|
||||
|
||||
- name: push commit
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
branch: testing
|
||||
remote: gitea@10.10.10.109:chris/drone-test-1.git
|
||||
force: false
|
||||
commit: true
|
||||
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
|
||||
author_name: "Drone CI"
|
||||
author_email: "chris@thezengarden.net"
|
||||
ssh_key:
|
||||
from_secret: gitea_ssh_privkey
|
||||
# - name: push commit
|
||||
# image: appleboy/drone-git-push
|
||||
# settings:
|
||||
# branch: testing
|
||||
# remote: gitea@10.10.10.109:chris/drone-test-1.git
|
||||
# force: false
|
||||
# commit: true
|
||||
# commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
|
||||
# author_name: "Drone CI"
|
||||
# author_email: "chris@thezengarden.net"
|
||||
# ssh_key:
|
||||
# from_secret: gitea_ssh_privkey
|
||||
|
||||
|
||||
# ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user