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

roll

parent b8399397
No related branches found
No related tags found
No related merge requests found
Pipeline #1117 passed with stages
in 7 minutes and 47 seconds
check_validity:
stage: test
deploy_wine:
stage: deploy
tags:
- vagrant
- develop19216822423
script:
- python make.py newbox test
- cd test
- vagrant box remove henrietta/wine || true
- vagrant box add henrietta/wine file:///var/www/html/dev/vagrant/wine.box
build_wine:
stage: build
tags:
- vagrant
- develop19216822423
before_script:
- cp *.sh wine/
- cp SkeletonVagrantfile wine/Vagrantfile
- cd wine
- python ../make.py meta
- grep "1.0" metadata.json
- grep "test" metadata.json
script:
- cd $CI_PROJECT_DIR
- cd wine
- vagrant up
- vagrant package --out wine.box
- mv -f wine.box /var/www/html/dev/vagrant/wine.box
- cd ..
after_script:
- cd $CI_PROJECT_DIR
- cd wine
- 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