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:
|
archiso:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./build.sh
|
- ./test.sh
|
||||||
rules:
|
rules:
|
||||||
when: manual
|
when: manual
|
||||||
artifacts:
|
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