alphagov / cyber-security-concourse-base-image

1 stars 3 forks source link

CE-242 Add a script to copy a list of code pipeline artifacts #73

Closed danjoneslf closed 3 years ago

danjoneslf commented 3 years ago

This allows us to get things like build lambda zip files and copy them to where terraform expects them

copy_artifacts.py -h for usage copy_artifacts.py -e for example input JSON

Turns the artifact name into CODEBUILD_SRC_DIR_{artifact_name} and appends the specified source path. Copies to target path.