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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user