From e80eee453516c00bc5ab340eb92303cc789ee543 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 25 Mar 2017 11:30:17 +0100
Subject: [PATCH] build test

---
 make.py | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/make.py b/make.py
index e539e62..7f67cce 100644
--- a/make.py
+++ b/make.py
@@ -11,12 +11,6 @@ if __name__ == '__main__':
 
     # Generate Gitlab CI file
     with open('.gitlab-ci.yml', 'wb') as ci:
-        ci.write(b'''
-.job_template: &box_build_job
-
-
-''')
-
         for box in boxes:
             ci.write(b'''
 build_%s:
@@ -40,8 +34,7 @@ build_%s:
     - vagrant box add $PREFIX/$BOX file:///var/www/html/dev/vagrant/$BOX.box
     - cd ..
   after_script:
-    - vagrant destroy -f
-'''.replace('$BOX', box).replace('$PREFIX', 'henrietta/'))
+    - vagrant destroy -f'''.replace('$BOX', box).replace('$PREFIX', 'henrietta/'))
 
     # Generate metadata
     for box in boxes:
-- 
GitLab