Advertisement
awchjimmy

.gitlab-ci.yml

Sep 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. image: base/archlinux:latest
  2.  
  3. build_clean:
  4.   script:
  5.    - pacman -Sy archiso --noconfirm
  6.     - cp -r /usr/share/archiso/configs/releng/ archlive
  7.     - ls -l archlive
  8.     - archlive/build.sh -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement