mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
f7258eddfa
commit
d64e7111db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
- 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
|
Loading…
Add table
Reference in a new issue