NLnetLabs / rpki-deploy

RPKI deployment related tooling developed for/by NLnet Labs.
https://nlnetlabs.nl/rpki
3 stars 2 forks source link

Don't store the DM Terraform plugin in Git #6

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago

Currently `terraform/krill-e2e-test/plugins' contains an x64 binary of the Terraform Docker Machine plugin. This is because in initial tests with GitHub Actions the installation via go was taking a long time. By storing it in Git it is immediately available to be copied to the right place as soon as GitHub Actions Git clone completes. Storing a binary, especially a machine architecture specific variant of a 3rd party installable product, doesn't feel right though.