Skip to content
Snippets Groups Projects
Commit 33366690 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Update local.md

parent 5b1c3b77
No related branches found
No related tags found
No related merge requests found
Pipeline #48764 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment