Skip to content
Snippets Groups Projects
Commit 763fddae authored by Florent Thiery's avatar Florent Thiery
Browse files

show how to make branch change permanent

parent 2db79998
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,13 @@ Envsetup will always checkout to stable before working; you can prevent that wit
ENVSETUP_BRANCH=mycustombranch make deploy i=inventories/local-mediaimport -l=mediaimport
```
You can make this more permanent with:
```
echo "ENVSETUP_BRANCH='mycustombranch'" > /root/envsetup/conf.sh
echo 'conf_repo_version: mycustombranch' > /root/envsetup/inventories/local-mediaimport/host_vars/localhost.yml
make deploy i=inventories/local-mediaimport -l=mediaimport
```
## Known issues
- Proxy
......
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