Skip to content

ronram5126/node-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

node-zip

The official node image for Bitbucket Pipelines plus zip cmd to produce zipped artifact.

Automated Docker Build

Usage

Simply use this image in your 'bitbucket-pipelines.yml' file:

image: ronit/node-zip
pipelines:
  default:
    - step:
        script:
          - yarn test
          - yarn run build
          - cd build
          - zip -r ../build.zip *
          - cd ..
         artifact:
          - build.zip

About

official node plus zip.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published