Migrate build setup
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
for package in $(./get_packages.py); do
|
||||
if [ $(./show_changes.sh $package | wc -l) -gt 0 ]; then
|
||||
echo $package
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user