CI: Archlinux: Replaced file, sudo, grep by base-devel
This commit is contained in:
parent
dc45f9086e
commit
aa6cefcf37
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ build_archlinux:
|
|||
stage: build
|
||||
image: archlinux/base:latest # Use an archlinux image instead of the customized debian image.
|
||||
script:
|
||||
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-jinja python-pillow python-magic file sudo grep
|
||||
- pacman -Sy --noconfirm python python-setuptools python-pip python-wheel python-jinja python-pillow python-magic base-devel
|
||||
- export MATEMAT_VERSION=$(python -c 'import matemat; print(matemat.__version__)')
|
||||
- cp -r static/ package/archlinux/matemat/usr/lib/matemat/static/
|
||||
- cp -r templates/ package/archlinux/matemat/usr/lib/matemat/templates/
|
||||
|
|
Loading…
Reference in a new issue