1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Better logging.

This commit is contained in:
mike12345567 2023-09-07 10:48:08 +01:00
parent ef9c0f7f04
commit f17a0acb17

View file

@ -229,7 +229,9 @@ jobs:
else
base_branch=develop
fi
echo "Running git fetch"
git fetch
echo "Running git rev-parse $base_branch"
base_commit=$(git rev-parse $base_branch)
echo "target_branch=$branch"