Skip to content

metworkbot/docker-drone-downstream-specific-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-drone-downstream-specific-image

Status (master branch)

Drone CI DockerHub License Maturity Maintenance

What is it ?

This is a custom drone "downstream" plugin for our use case and our CI hardware.

The idea is to get a conditional "downstream" plugin. If there is a .drone_downstream_bypass file in the working directory, the step is bypassed.

Configuration example

pipeline:
  step:
    image: metwork/drone-downstream-specific-image:latest
    pull: true
    secrets: [ drone_server, drone_token ]
    repositories:
      - metwork-framework/mfserv
      - metwork-framework/mfbase@integration
    params:
      - foo1=bar1
      - foo2=bar2
    when:
      branch: master
      event: push
      status: success

About

A specific downstream plugin for drone for our use case and our CI hardware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.9%
  • Dockerfile 15.1%