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

wine-tibbo!

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