-
Task
-
Resolution: Obsolete
-
Minor
-
None
-
False
-
False
In the attempt to create release scripts for the dynamic-plugin-sdk repo we ran into an issue where the node_modules were not properly installed. We hacked in `yarn install` into the `test.sh` script in order to get around the CI not having the node dependencies. Now we would like to undo that and do it right.
Acceptance Criteria
- Update the openshift/release config (PR line) to run `yarn install` before `test.sh` is executed so the container has the node dependencies
- Remove yarn install from the test.sh
- Get the PR to pass with the new CI config
- relates to
-
HAC-83 Setup OpenShift Plugin Repos with Merge Bot
- Closed