Compare commits
11 Commits
edge-dind
...
feature-rb
Author | SHA1 | Date | |
---|---|---|---|
7793a048ff | |||
92b3facfab | |||
1850fd64c2 | |||
e905625e45 | |||
401280e156 | |||
31ceb5ab0d | |||
42e72ec23f | |||
84d62e0024 | |||
fb64c18aee | |||
90ef2522e7 | |||
84c5ad3eaa |
23
.drone.yml
23
.drone.yml
@ -8,7 +8,11 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: vet
|
- name: vet
|
||||||
|
<<<<<<< HEAD
|
||||||
image: golang:1.17.3
|
image: golang:1.17.3
|
||||||
|
=======
|
||||||
|
image: golang:1.13
|
||||||
|
>>>>>>> 3e0e3c8 (bump dind to 20.10.9)
|
||||||
commands:
|
commands:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
environment:
|
environment:
|
||||||
@ -18,7 +22,11 @@ steps:
|
|||||||
path: /go
|
path: /go
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
|
<<<<<<< HEAD
|
||||||
image: golang:1.17.3
|
image: golang:1.17.3
|
||||||
|
=======
|
||||||
|
image: golang:1.13
|
||||||
|
>>>>>>> 3e0e3c8 (bump dind to 20.10.9)
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover ./...
|
||||||
environment:
|
environment:
|
||||||
@ -76,8 +84,21 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ./release/linux/amd64/drone-docker --help
|
- ./release/linux/amd64/drone-docker --help
|
||||||
|
|
||||||
|
- name: dryrun
|
||||||
|
pull: always
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
settings:
|
||||||
|
daemon_off: false
|
||||||
|
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||||
|
dry_run: true
|
||||||
|
repo: immawanderer/drone-docker
|
||||||
|
tags: [linux-amd64, edge-dind]
|
||||||
|
when:
|
||||||
|
event: [push, pull_request]
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker:18
|
pull: always
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
settings:
|
settings:
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
dockerfile: docker/docker/Dockerfile.linux.amd64
|
dockerfile: docker/docker/Dockerfile.linux.amd64
|
||||||
|
@ -54,10 +54,10 @@
|
|||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
=======
|
|
||||||
- \(maint\) bump git to 1.13 for build and test [\#338](https://github.com/drone-plugins/drone-docker/pull/338) ([tphoney](https://github.com/tphoney))
|
- \(maint\) bump git to 1.13 for build and test [\#338](https://github.com/drone-plugins/drone-docker/pull/338) ([tphoney](https://github.com/tphoney))
|
||||||
- \(maint\) v19.03.9 release prep [\#337](https://github.com/drone-plugins/drone-docker/pull/337) ([tphoney](https://github.com/tphoney))
|
- \(maint\) v19.03.9 release prep [\#337](https://github.com/drone-plugins/drone-docker/pull/337) ([tphoney](https://github.com/tphoney))
|
||||||
>>>>>>> upstream/master
|
=======
|
||||||
|
>>>>>>> 3e0e3c8 (bump dind to 20.10.9)
|
||||||
- \(maint\) CI, remove the dry run steps, due to rate limiting [\#323](https://github.com/drone-plugins/drone-docker/pull/323) ([tphoney](https://github.com/tphoney))
|
- \(maint\) CI, remove the dry run steps, due to rate limiting [\#323](https://github.com/drone-plugins/drone-docker/pull/323) ([tphoney](https://github.com/tphoney))
|
||||||
- Update seccomp to 20.10 docker [\#322](https://github.com/drone-plugins/drone-docker/pull/322) ([techknowlogick](https://github.com/techknowlogick))
|
- Update seccomp to 20.10 docker [\#322](https://github.com/drone-plugins/drone-docker/pull/322) ([techknowlogick](https://github.com/techknowlogick))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user