X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Farchlinux.yml;h=0c4671c374eb9b2f7125281ab46824c1398b607a;hb=1fba102ea14d034cb0ad0909ce11325be4ce82b0;hp=d8ebea79af0a1702e0f0840a70749e9139934d37;hpb=64a43bef32b144ce9894815a92f7083306f7ef1e;p=safcm%2Fsafcm.git diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index d8ebea7..0c4671c 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -1,10 +1,11 @@ image: archlinux packages: - go + - shellcheck tasks: - all: | cd safcm ./ci/run # Also run all tests as root - sudo chown -Rh root:root . + sudo chown -Rh root:root .. sudo ./ci/run