From 98ea806c147ed5771ca34bda7fe1d9ad5ca4665f Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Thu, 6 Apr 2017 20:38:23 +0200
Subject: [PATCH] wine-tibbo!

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04d15f5..3d25903 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,31 +1,31 @@
 
-deploy_wine:
+deploy_wine-tibbo:
   stage: deploy
   tags:
     - vagrant
     - develop19216822423
   script:
-    - vagrant box remove henrietta/wine || true
-    - vagrant box add henrietta/wine file:///var/www/html/dev/vagrant/wine.box
-build_wine:
+    - vagrant box remove henrietta/wine-tibbo || true
+    - vagrant box add henrietta/wine-tibbo file:///var/www/html/dev/vagrant/wine-tibbo.box
+build_wine-tibbo:
   stage: build
   tags:
     - vagrant
     - develop19216822423
   before_script:
-    - cp *.sh wine/
-    - cp SkeletonVagrantfile wine/Vagrantfile
-    - cd wine
+    - cp *.sh wine-tibbo/
+    - cp SkeletonVagrantfile wine-tibbo/Vagrantfile
+    - cd wine-tibbo
     - python ../make.py meta
   script:
     - cd $CI_PROJECT_DIR
-    - cd wine
+    - cd wine-tibbo
     - vagrant up
-    - vagrant package --out wine.box
-    - mv -f wine.box /var/www/html/dev/vagrant/wine.box
+    - vagrant package --out wine-tibbo.box
+    - mv -f wine-tibbo.box /var/www/html/dev/vagrant/wine-tibbo.box
     - cd ..
   after_script:
     - cd $CI_PROJECT_DIR
-    - cd wine
+    - cd wine-tibbo
     - vagrant destroy -f
     - cd ..
-- 
GitLab