From 1c4f5f1ab3abc6627da8adce9087b1a95579b044 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sat, 25 Mar 2017 11:24:47 +0100 Subject: [PATCH] build test --- .gitlab-ci.yml | 4 ++-- make.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a55f37a..3907f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ build_.git: <<: *box_build_job variables: - BOX: .git - PREFIX: henrietta/ + BOX: ".git" + PREFIX: "henrietta/" only: - master - /^.git\-(.*)$/ diff --git a/make.py b/make.py index b2936e1..255d073 100644 --- a/make.py +++ b/make.py @@ -37,8 +37,8 @@ if __name__ == '__main__': build_%s: <<: *box_build_job variables: - BOX: %s - PREFIX: henrietta/ + BOX: "%s" + PREFIX: "henrietta/" only: - master - /^%s\-(.*)$/ -- GitLab