From 7fa8e615191a3e67de1e650a2859c917a81259b8 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 09:58:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6811a45..92cf1dc9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,8 @@ build-appimage: stage: build before_script: - git submodule update --init --recursive - - /opt/qt511/bin/qt511-env.sh script: + - /opt/qt511/bin/qt511-env.sh - qmake CONFIG+=release PREFIX=deploy - make - make install