From 75e7af83868ad633cf6e4d3f1b31a0f388302677 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 25 Mar 2017 13:46:43 +0100
Subject: [PATCH] docs

---
 make.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.py b/make.py
index 1da44cd..d3c65b2 100644
--- a/make.py
+++ b/make.py
@@ -48,7 +48,7 @@ deploy_$BOX:
     - vagrant
     - develop19216822423
   script:
-    - vagrant box remove $PREFIX$BOX
+    - vagrant box remove $PREFIX$BOX || true
     - vagrant box add $PREFIX$BOX file:///var/www/html/dev/vagrant/$BOX.box
 build_$BOX:
   stage: build
-- 
GitLab