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

build test

parent 86dd6b8b
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,13 @@ build_cass_zk_rmq:
tags:
- vagrant
script:
- cd cass_zk_rmq
- vagrant up
- vagrant package --out cass_zk_rmq.box
- mv -f cass_zk_rmq.box /var/www/html/dev/vagrant/cass_zk_rmq.box
- vagrant box remove henrietta/cass_zk_rmq
- vagrant box add henrietta/cass_zk_rmq file:///var/www/html/dev/vagrant/cass_zk_rmq.box
- vagrant destroy -f
- cd ..
only:
- master
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