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