nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

[New Feature]: Clone opera-sds-int and opera-sds-ops repos into Mozart during deployment #766

Closed philipjyoon closed 7 months ago

philipjyoon commented 8 months ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

No response

Describe the feature request

These two repos are used very frequently whenever we do anything non-trivial on the OPERA PCM system. Every time we need to clone it over to use them. In cases of INT and dev we re-deploy often so this is a lot of time wasted just to clone the same, very tiny, repos over. Would be better to bake these into terraform deployment.

philipjyoon commented 8 months ago

Instead of clone, which would download unnecessary git history, we will just wget zip of the latest main branch and upzip in place.