From f6446cb9f7806b8721a20ffbd6fda2e410b0c96e Mon Sep 17 00:00:00 2001 From: niansa Date: Thu, 12 Jul 2018 13:55:35 +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 80f64ff..fec8c06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,3 @@ job: script: - - alias git='"true" ' && echo "Installing depencies..." && apt update -qq && apt install -qq -y fakeroot && echo "Building Debian package..." && mkdir /tmp/simpsh-httpd && mv ./* /tmp/simpsh-httpd/ && export HOME="/tmp/" && cd && chmod -R a+x ./simpsh-httpd && ./simpsh-httpd/mkdeb.sh && sudo apt install ./simpsh-httpd.deb \ No newline at end of file + - alias git='"true" ' && echo "Installing depencies..." && apt update -qq && apt install -qq -y fakeroot && echo "Building Debian package..." && mkdir /tmp/simpsh-httpd && mv ./* /tmp/simpsh-httpd/ && export HOME="/tmp/" && cd && chmod -R a+x ./simpsh-httpd && ./simpsh-httpd/mkdeb.sh && apt install ./simpsh-httpd.deb \ No newline at end of file