diff --git a/.drone.jsonnet b/.drone.jsonnet index 9af6354..df8a32c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -69,9 +69,6 @@ local PipelineDocumentation = { os: "linux", arch: "amd64", }, - concurrency: { - limit: 1 - }, steps: [ { name: "ansible-doctor", @@ -88,7 +85,7 @@ local PipelineDocumentation = { name: "push-to-repo", image: "plugins/git-action:latest", settings: { - actions: ["pull", "commit", "push"], + actions: ["commit", "push"], author_email: "shipper@rknet.org", author_name: "DroneShipper", branch: "master", diff --git a/.drone.yml b/.drone.yml index cd216b8..c67d16d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,9 +66,6 @@ platform: os: linux arch: amd64 -concurrency: - limit: 1 - steps: - name: ansible-doctor image: xoxys/ansible-doctor:latest @@ -83,7 +80,6 @@ steps: image: plugins/git-action:latest settings: actions: - - pull - commit - push author_email: "shipper@rknet.org" @@ -147,6 +143,6 @@ depends_on: --- kind: signature -hmac: 043b3a6fb0366f587abf84f2b383c52cba936a6a36336e31480f33b9db5c60a5 +hmac: 0a7e76aaed2c835e90456d6edfae49147c561a4d9d061b30cd9ce4664eefdee8 ...