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

chdirs make more sense now :)

parent a44aef28
No related branches found
No related tags found
No related merge requests found
Pipeline #663 passed with stages
in 26 minutes and 22 seconds
......@@ -17,12 +17,15 @@ build_czr_pythons:
- cp SkeletonVagrantfile czr_pythons/Vagrantfile
- cd czr_pythons
- python ../make.py meta
- cd ..
script:
- cd czr_pythons
- vagrant up
- vagrant package --out czr_pythons.box
- mv -f czr_pythons.box /var/www/html/dev/vagrant/czr_pythons.box
- cd ..
after_script:
- cd czr_pythons
- vagrant destroy -f
- cd ..
......@@ -44,12 +47,15 @@ build_czr_pythons_pg:
- cp SkeletonVagrantfile czr_pythons_pg/Vagrantfile
- cd czr_pythons_pg
- python ../make.py meta
- cd ..
script:
- cd czr_pythons_pg
- vagrant up
- vagrant package --out czr_pythons_pg.box
- mv -f czr_pythons_pg.box /var/www/html/dev/vagrant/czr_pythons_pg.box
- cd ..
after_script:
- cd czr_pythons_pg
- vagrant destroy -f
- cd ..
......@@ -71,12 +77,15 @@ build_nodejs4:
- cp SkeletonVagrantfile nodejs4/Vagrantfile
- cd nodejs4
- python ../make.py meta
- cd ..
script:
- cd nodejs4
- vagrant up
- vagrant package --out nodejs4.box
- mv -f nodejs4.box /var/www/html/dev/vagrant/nodejs4.box
- cd ..
after_script:
- cd nodejs4
- vagrant destroy -f
- cd ..
......@@ -98,11 +107,14 @@ build_nodejs5_jdk_adk25:
- cp SkeletonVagrantfile nodejs5_jdk_adk25/Vagrantfile
- cd nodejs5_jdk_adk25
- python ../make.py meta
- cd ..
script:
- cd nodejs5_jdk_adk25
- vagrant up
- vagrant package --out nodejs5_jdk_adk25.box
- mv -f nodejs5_jdk_adk25.box /var/www/html/dev/vagrant/nodejs5_jdk_adk25.box
- cd ..
after_script:
- cd nodejs5_jdk_adk25
- vagrant destroy -f
- 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