hirenj / aws-runbuild

Run commands from buildspec files for AWS codebuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runner for steps from buildspec.yml

We want a few more hooks into the buildspec so that we can set version numbers / skip builds after doing a check for remote versions.

This is a simple wrapper script around the buildspec files that runs the commands for a given step. If there are files to upload, it does an upload for them.

About

Run commands from buildspec files for AWS codebuild


Languages

Language:Shell 94.2%Language:Dockerfile 5.8%