reactioncommerce/ci-scripts

gitops-pr should directly call its own deps

Closed this issue · 2 comments

Since gitops-pr has hard deps on hub and kustomize, I'd rather have the script itself call install-hub and install-kustomize as opposed to every config.yml needing to call 3 separate scripts in order. We may want to make the install scripts idempotent and efficient to call repeatedly so they quickly check if the tool is already installed and no-op with a message indicating so. Here is an example of how one ci-script should properly call another ci-script

Actually maybe it only really needs hub, which makes more sense.

Closed by PR #36