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

build test

parent ef63bce8
No related branches found
No related tags found
No related merge requests found
Pipeline #580 failed with stage
in 1 minute and 15 seconds
build_cass_zk_rmq:
variables:
PREFIX: henrietta/
.job_template: &vm_build_job
stage: build
tags:
- vagrant
- develop19216822423
script:
- cd cass_zk_rmq
- cd $BOX
- 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 package --out $BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
- vagrant destroy -f
- vagrant box remove $PREFIX/$BOX
- vagrant box add $PREFIX/$BOX file:///var/www/html/dev/vagrant/$BOX.box
- cd ..
only:
- master
build_cass_zk_rmq:
<<: *vm_build_job
variables:
BOX: cass_zk_rmq.box
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