Add -d flag to setup_dev_env

This commit is contained in:
notplants 2021-02-25 19:42:47 +01:00
parent 00e85a3e2d
commit 15402be01d
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ steps:
- chroot: /
shell: |
git clone -b dev https://github.com/peachcloud/peach-config.git /srv/peach-config
cd /srv/peach-config/ && python3 /srv/peach-config/scripts/setup_dev_env.py -i -n peach
cd /srv/peach-config/ && python3 /srv/peach-config/scripts/setup_dev_env.py -i -n -d peach
# END OF PEACH CONFIG