edgexr / edge-cloud-platform

Apache License 2.0
1 stars 0 forks source link

generate ansible.tar.gz during build #290

Closed gainsley closed 8 months ago

gainsley commented 8 months ago

Our convention is that the "generate" target should not need to be run during build, i.e. all the generated files are already checked into git. The one exception is the ansible.tar.gz file. It doesn't require any special tools to build and is not code itself, so that is generated on-demand for unit-test/build, and not part of the generate target which is normally skipped for these targets.