Skip to content

loosheng/drone-zip

Repository files navigation

drone-zip

Woodpecker-CI (or Drone-CI) plugin, use compress for compressed files.

build status build status

Use in Woodpecker-CI

pipeline:
  zip:
    image: lunagod/drone-zip
    settings:
      input: 
      - a.txt
      - a/*.js # globs are allowed
      - a/**/*.js # recursive match .js file
      - a/**/* # recursive match all file
      - ./a # recursively compress the a folder
      output: release.zip

Use in Drone-CI

Drone CI version 1.x or 2

steps:
- name: zip
  image: lunagod/drone-zip
  settings:
    input: 
      - a.txt
      - a/*.js # globs are allowed
      - a/**/*.js # recursive match .js file
      - a/**/* # recursive match all file
      - ./a # recursively compress the a folder
    output: release.zip

About

woodpecker-ci (or drone-ci) plugin, use compress for compressed files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published