Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.84 KB

File metadata and controls

62 lines (35 loc) · 1.84 KB

docker-drone-downstream-specific-image

Status (master branch)

GitHub CI DockerHub 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

Contributing guide

See CONTRIBUTING.md file.

Code of Conduct

See CODE_OF_CONDUCT.md file.

Sponsors

(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)

logo