-
Notifications
You must be signed in to change notification settings - Fork 0
Remove the need to install gitlab-ci-local #8
Open
Description
Context: gitlab-ci-local needs to be run to produce the output for ci test.
Problem: This requires users to have node, npm, and gitlab-ci-local installed, which may not always be the case.
Solutions:
- build in functionality to ci-test to remove the need for a secondary tool
- work on Support output from
gitlabci-local#2 , and addgitlabci-localas a dependency - package
gitlab-ci-localintoci-testby either:- see if the
gitlab-ci-localis built and can be included as wasm - bundle the node module into the project (but requires node exists)
- use
node-envto package node to be used for installinggitlab-ci-localat runtime - Bundle all of node js for execution
- see if the
3.iii is suggested as the easiest short term approach.
Activity
Metadata
Metadata
Assignees
Labels
No labels