-
-
Notifications
You must be signed in to change notification settings - Fork 425
Debugging
Oliver Salzburg edited this page Aug 15, 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):
cd node_modules
rm -rf strider-docker-runner
git clone https://github.com/Strider-CD/strider-docker-runner.git
cd strider-docker-runner
npm installA complete development installation can be obtained easily by using the clone and link scripts from the strider-dev repository.