Skip to content
Snippets Groups Projects

Add gitlab pipeline for docker image weekly build

Merged Recolic requested to merge dind-test2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
pacman -Sy --noconfirm git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py &&
pacman -Sy --noconfirm git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py python-hatchling &&
git clone https://aur.archlinux.org/pikaur.git &&
chmod 777 -R pikaur &&
cd pikaur &&
Loading