Skip to content
Snippets Groups Projects
Commit a44aef28 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

bugs hunted

parent 04065e48
No related branches found
No related tags found
No related merge requests found
Pipeline #662 passed with stages
in 31 minutes and 8 seconds
...@@ -91,12 +91,15 @@ build_$BOX: ...@@ -91,12 +91,15 @@ build_$BOX:
- cp SkeletonVagrantfile $BOX/Vagrantfile - cp SkeletonVagrantfile $BOX/Vagrantfile
- cd $BOX - cd $BOX
- python ../make.py meta - python ../make.py meta
- cd ..
script: script:
- cd $BOX
- vagrant up - vagrant up
- vagrant package --out $BOX.box - vagrant package --out $BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box - mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
- cd .. - cd ..
after_script: after_script:
- cd $BOX
- vagrant destroy -f - vagrant destroy -f
- cd .. - cd ..
'''.replace('$BOX', box).replace('$PREFIX', PREFIX).replace('\n', os.linesep)) '''.replace('$BOX', box).replace('$PREFIX', PREFIX).replace('\n', os.linesep))
......
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