Skip to content

Commit

Permalink
Merge pull request drone-plugins#323 from tphoney/docker_rate_limit
Browse files Browse the repository at this point in the history
(maint) CI, remove the dry run steps, due to rate limiting
  • Loading branch information
TP Honey authored Jul 7, 2021
2 parents f08821b + db5c216 commit 729aa5d
Showing 1 changed file with 0 additions and 255 deletions.
255 changes: 0 additions & 255 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,23 +193,6 @@ steps:
commands:
- ./release/linux/amd64/drone-docker --help

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/docker/Dockerfile.linux.amd64
dry_run: true
password:
from_secret: docker_password
repo: plugins/docker
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -277,23 +260,6 @@ steps:
commands:
- ./release/linux/arm64/drone-docker --help

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/docker/Dockerfile.linux.arm64
dry_run: true
password:
from_secret: docker_password
repo: plugins/docker
tags: linux-arm64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -361,23 +327,6 @@ steps:
commands:
- ./release/linux/arm/drone-docker --help

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/docker/Dockerfile.linux.arm
dry_run: true
password:
from_secret: docker_password
repo: plugins/docker
tags: linux-arm
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -481,23 +430,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/gcr/Dockerfile.linux.amd64
dry_run: true
password:
from_secret: docker_password
repo: plugins/gcr
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -559,23 +491,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/gcr/Dockerfile.linux.arm64
dry_run: true
password:
from_secret: docker_password
repo: plugins/gcr
tags: linux-arm64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -637,23 +552,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/gcr/Dockerfile.linux.arm
dry_run: true
password:
from_secret: docker_password
repo: plugins/gcr
tags: linux-arm
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -754,23 +652,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/ecr/Dockerfile.linux.amd64
dry_run: true
password:
from_secret: docker_password
repo: plugins/ecr
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -832,23 +713,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/ecr/Dockerfile.linux.arm64
dry_run: true
password:
from_secret: docker_password
repo: plugins/ecr
tags: linux-arm64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -910,23 +774,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/ecr/Dockerfile.linux.arm
dry_run: true
password:
from_secret: docker_password
repo: plugins/ecr
tags: linux-arm
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1027,23 +874,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/heroku/Dockerfile.linux.amd64
dry_run: true
password:
from_secret: docker_password
repo: plugins/heroku
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1105,23 +935,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/heroku/Dockerfile.linux.arm64
dry_run: true
password:
from_secret: docker_password
repo: plugins/heroku
tags: linux-arm64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1183,23 +996,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/heroku/Dockerfile.linux.arm
dry_run: true
password:
from_secret: docker_password
repo: plugins/heroku
tags: linux-arm
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1300,23 +1096,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/acr/Dockerfile.linux.amd64
dry_run: true
password:
from_secret: docker_password
repo: plugins/acr
tags: linux-amd64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1378,23 +1157,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/acr/Dockerfile.linux.arm64
dry_run: true
password:
from_secret: docker_password
repo: plugins/acr
tags: linux-arm64
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down Expand Up @@ -1456,23 +1218,6 @@ steps:
event:
- tag

- name: dryrun
pull: always
image: plugins/docker:18
settings:
daemon_off: false
dockerfile: docker/acr/Dockerfile.linux.arm
dry_run: true
password:
from_secret: docker_password
repo: plugins/acr
tags: linux-arm
username:
from_secret: docker_username
when:
event:
- pull_request

- name: publish
pull: always
image: plugins/docker:18
Expand Down

0 comments on commit 729aa5d

Please sign in to comment.