diff --git a/docs/cozystack/local.md b/docs/cozystack/local.md index c0b8626d762f2a9efe45fcd43e085fb83e70913f..f8964f6a38f195f5f1e11b670334c1b6d38d92ae 100644 --- a/docs/cozystack/local.md +++ b/docs/cozystack/local.md @@ -18,6 +18,17 @@ That's why we took the shortcut of using an official [CouchDB image](https://hub ## How to build new version of the stack ? +Be sure to have a local version of the projet. Manually add a new remote origin https://github.com/cozy/cozy-stack named cozy. + +Run the following commands : + +```bash +git pull cozy master +git push origin master +``` + +Then rebase the `feat/stack-pipeline` with last changes form master. + If we want to build a new stack version it's easy! A manual pipeline has been created. You just need to run the following steps: * Run the manual pipeline attached to our gitlab CI/CD