-
-
Notifications
You must be signed in to change notification settings - Fork 431
Debugging
Ilya Radchenko edited this page Oct 29, 2016
·
2 revisions
When encountering issues with Strider, it is useful to check if the issue is still present when using the absolute latest version of the code base.
You can replace an individual plugin using the following commands (these would be for the plugin strider-docker-runner
):
git clone https://github.com/Strider-CD/strider-docker-runner.git
cd strider-docker-runner
npm install
cd ../strider
npm link ../strider-docker-runner
A complete development installation can be obtained easily by using the clone
and link
scripts from the strider-dev repository.