migrate CI to forgejo
This commit is contained in:
parent
32fc79baf3
commit
5d5cd7d3b1
2 changed files with 18 additions and 0 deletions
18
.woodpecker.yml
Normal file
18
.woodpecker.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
pipeline:
|
||||
docker-master:
|
||||
group: docker
|
||||
image: docker:stable
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker:2375
|
||||
commands:
|
||||
- docker --tls=false ps
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
branch: 'master'
|
||||
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
command: [ "--storage-driver=vfs", "--tls=false" ]
|
||||
privileged: true
|
Loading…
Reference in a new issue