testing
This commit is contained in:
parent
10579893f9
commit
3dde326825
2 changed files with 8 additions and 1 deletions
|
@ -6,7 +6,7 @@ image: archlinux/archlinux:base-devel
|
|||
archiso:
|
||||
stage: build
|
||||
script:
|
||||
- ./build.sh
|
||||
- ./test.sh
|
||||
rules:
|
||||
when: manual
|
||||
artifacts:
|
||||
|
|
7
test.sh
Executable file
7
test.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
pacman -Syy
|
||||
pacman -S neofetch --noconfirm
|
||||
neofetch
|
||||
pacman -S curl --noconfirm
|
||||
curl -v https://geo.mirror.pkgbuild.com/
|
Loading…
Add table
Reference in a new issue