mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
repo: correct commit sha...
This commit is contained in:
parent
d9cacd2677
commit
46ae4a9487
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue