Closed abarciauskas-bgse closed 2 years ago
Although not part of the changes to the PR, I suggest changing the contents of .ruby-version
to drop the ruby-
suffix, leaving only the version number (e.g., only 2.7.5
, not ruby-2.7.5
). Doing so allows use of rbenv
in addition to rvm
. The ruby-
prefix is not acceptable to rbenv
, but dropping the suffix works with both rbenv
and rvm
. Since I have rbenv
installed, I'm forced to modify .ruby-version
in order to install the correct version.
Thanks Chuck for the review - I have addressed most of the comments but I agree that the running with docker is not currently working, will try and get that working.
This PR modified the user-metadata-form so that we update or create a Cumulus provider given the users bucket input. Removes job ids which were previously associated with DPS jobs. Adds a test but could add more tests.