repo: correct commit sha...

This commit is contained in:
Thomas Hobson 2021-03-14 15:28:45 +13:00
parent d9cacd2677
commit 46ae4a9487
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ do
echo "Running in CI mode, --no-build, --no-server"
BUILD=0
SERVER=0
SHA=$2
SHA=$1
shift
echo "Commit Sha: $SHA"
PACKAGES=$(git diff-tree --no-commit-id --name-only -r $SHA | awk -F/ '{ print $2 "-" $3 }' | sort -u)
echo "Building packages: $PACKAGES"