Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Oct 2, 2019
1 parent 6742333 commit 850f8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package:debian:
- curl -sL https://apt.salamek.cz/apt/conf/salamek.gpg.key | apt-key add -
- echo "deb https://apt.salamek.cz/apt all main" | tee /etc/apt/sources.list.d/salamek.cz.list
- apt-get update -qy
- apt-get install -y python3-dnspython python3-pygal python3-flask-redis-helper xvfb wkhtmltopdf python3-tabula-py python3-pillow python3-pypdf2 python3-lxml python3-flask-celery-helper python3-flask-caching python3-dev python-pip redis-server python3-pip python3-stdeb python3-celery nodejs git python3-markupsafe python3-psycopg2 python3-dateutil python3-docopt python3-yaml python3-wtforms python3-raven python3-flask-migrate python3-flask-babel python3-flask-navigation python3-flask-login
- apt-get install -y python3-dnspython python3-pygal python3-flask-script python3-flask-redis-helper xvfb wkhtmltopdf python3-tabula-py python3-pillow python3-pypdf2 python3-lxml python3-flask-celery-helper python3-flask-caching python3-dev python-pip redis-server python3-pip python3-stdeb python3-celery nodejs git python3-markupsafe python3-psycopg2 python3-dateutil python3-docopt python3-yaml python3-wtforms python3-raven python3-flask-migrate python3-flask-babel python3-flask-navigation python3-flask-login
- npm install -g bower
- rm -rf "./deb_dist"
- cd blacklist/static
Expand All @@ -53,7 +53,7 @@ package:archlinux:
- echo "[salamek]" >> /etc/pacman.conf
- echo "Server = https://arch.salamek.cz/any" >> /etc/pacman.conf
- echo "SigLevel = Optional" >> /etc/pacman.conf
- pacman -Sy python-pip python-dnspython python-pygal gcc nodejs wkhtmltopdf xorg-server-xvfb python-tabula python-lxml sudo git redis openssh bower python-flask-caching postgresql python-flask-celery-helper python-flask-redis-helper python-celery python-flask python-babel python-yaml python-flask-login python-flask-migrate python-flask-wtf python-raven python-docopt python-eventlet python-psycopg2 python-flask-babel python-flask-navigation fakeroot systemd python-pypdf2 --noconfirm
- pacman -Sy python-pip python-dnspython python-pygal python-flask-script gcc nodejs wkhtmltopdf xorg-server-xvfb python-tabula python-lxml sudo git redis openssh bower python-flask-caching postgresql python-flask-celery-helper python-flask-redis-helper python-celery python-flask python-babel python-yaml python-flask-login python-flask-migrate python-flask-wtf python-raven python-docopt python-eventlet python-psycopg2 python-flask-babel python-flask-navigation fakeroot systemd python-pypdf2 --noconfirm
- useradd -m -G users -s /bin/bash package
- chown -R package:users archlinux
- cd archlinux
Expand Down

0 comments on commit 850f8a5

Please sign in to comment.