1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update ci-test.sh

This commit is contained in:
niansa 2018-07-15 08:44:01 +00:00
parent fab4b83c1e
commit a714550f23

View file

@ -5,6 +5,7 @@ apt install -qq -y fakeroot curl &&
echo "Building Debian package..." &&
mkdir /tmp/simpsh-httpd &&
mv ./* /tmp/simpsh-httpd/ &&
mv ./.git /tmp/simpsh-httpd/ &&
export HOME="/tmp/" &&
cd &&
chmod -R a+x ./simpsh-httpd &&