Revert "fix docs pipeline"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit bd946b3c22
.
This commit is contained in:
parent
bd946b3c22
commit
d62e64cfe7
@ -69,9 +69,6 @@ local PipelineDocumentation = {
|
|||||||
os: "linux",
|
os: "linux",
|
||||||
arch: "amd64",
|
arch: "amd64",
|
||||||
},
|
},
|
||||||
concurrency: {
|
|
||||||
limit: 1
|
|
||||||
},
|
|
||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
name: "ansible-doctor",
|
name: "ansible-doctor",
|
||||||
@ -88,7 +85,7 @@ local PipelineDocumentation = {
|
|||||||
name: "push-to-repo",
|
name: "push-to-repo",
|
||||||
image: "plugins/git-action:latest",
|
image: "plugins/git-action:latest",
|
||||||
settings: {
|
settings: {
|
||||||
actions: ["pull", "commit", "push"],
|
actions: ["commit", "push"],
|
||||||
author_email: "shipper@rknet.org",
|
author_email: "shipper@rknet.org",
|
||||||
author_name: "DroneShipper",
|
author_name: "DroneShipper",
|
||||||
branch: "master",
|
branch: "master",
|
||||||
|
@ -66,9 +66,6 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
concurrency:
|
|
||||||
limit: 1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ansible-doctor
|
- name: ansible-doctor
|
||||||
image: xoxys/ansible-doctor:latest
|
image: xoxys/ansible-doctor:latest
|
||||||
@ -83,7 +80,6 @@ steps:
|
|||||||
image: plugins/git-action:latest
|
image: plugins/git-action:latest
|
||||||
settings:
|
settings:
|
||||||
actions:
|
actions:
|
||||||
- pull
|
|
||||||
- commit
|
- commit
|
||||||
- push
|
- push
|
||||||
author_email: "shipper@rknet.org"
|
author_email: "shipper@rknet.org"
|
||||||
@ -147,6 +143,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 043b3a6fb0366f587abf84f2b383c52cba936a6a36336e31480f33b9db5c60a5
|
hmac: 0a7e76aaed2c835e90456d6edfae49147c561a4d9d061b30cd9ce4664eefdee8
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user