stepin / wercker-step-zip

Wercker step for packaging directories

Home Page:https://app.wercker.com/#applications/5438ec552131b5070f0d46ae/tab/details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wercker step zip MIT License

wercker status

This is wercker build step script to package your directories as .zip.

Usage

In the wercker.yml of your application use the following step definition:

steps:
   - tcnksm/zip:
     input: $WERCKER_OUTPUT_DIR/pkg
     output: $WERCKER_OUTPUT_DIR/dist

You must set input directory where directories you want to package are in and output directory where zip archeives will be generated. Both must be set as absolte path ($WERCKER_OUTPUT_PATH is built-in environmental valiable which is used for pass the artifacts between build step and deploy step).

Author

tcnksm

About

Wercker step for packaging directories

https://app.wercker.com/#applications/5438ec552131b5070f0d46ae/tab/details

License:MIT License


Languages

Language:Shell 100.0%