You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should also have a "run_etl" which also takes in a --competition=??? parameter
This way we can run something like vagrant provision --provision-with competition_setup --competition=Climate2030
I may discover that best practice is for things like etl happening inside the guest with a shell script instead of as a provisioning script, but at the very least I think competition setup makes sense as a named provisioning script
This adds two new competitions.
As discussed in #10 we need to move this logic out of the provisioning
script and into a more generic script, but in the mean time this will
do.
Lets allow a developer to choose which competitions to set up, using provisioning script tags.
This way someone who only needs a specific competition (or no competition) doesn't have to wait for everything.
This also will make it possible to set up new competitions without having to blow away the existing local build.
The text was updated successfully, but these errors were encountered: