Use alr test instead of alr build

This way, test actions will get executed when they are appropriate instead of a
plain build.
This commit is contained in:
Alejandro R. Mosteo
2020-09-18 12:40:19 +02:00
parent d918e18e56
commit 64013fc279
+1 -1
View File
@@ -38,7 +38,7 @@ for file in $CHANGES; do
continue
fi
if ! [ -f ./$file ]; then
if ! [ -f ./"$file" ]; then
echo Skipping deleted file: $file
continue
fi