repo: correct commit sha...
This commit is contained in:
parent
d9cacd2677
commit
46ae4a9487
|
@ -20,7 +20,8 @@ do
|
||||||
echo "Running in CI mode, --no-build, --no-server"
|
echo "Running in CI mode, --no-build, --no-server"
|
||||||
BUILD=0
|
BUILD=0
|
||||||
SERVER=0
|
SERVER=0
|
||||||
SHA=$2
|
SHA=$1
|
||||||
|
shift
|
||||||
echo "Commit Sha: $SHA"
|
echo "Commit Sha: $SHA"
|
||||||
PACKAGES=$(git diff-tree --no-commit-id --name-only -r $SHA | awk -F/ '{ print $2 "-" $3 }' | sort -u)
|
PACKAGES=$(git diff-tree --no-commit-id --name-only -r $SHA | awk -F/ '{ print $2 "-" $3 }' | sort -u)
|
||||||
echo "Building packages: $PACKAGES"
|
echo "Building packages: $PACKAGES"
|
||||||
|
|
Loading…
Reference in New Issue