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