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