Add python script for publishing image #8

Merged
mhfowler merged 7 commits from release into master 2021-03-16 13:40:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 15402be01d - Show all commits

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