1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove logs

This commit is contained in:
adrinr 2023-04-18 11:52:03 +01:00
parent f3effc4b9b
commit 86efe11dd8

View file

@ -101,11 +101,8 @@ jobs:
echo $(git branch -r)
echo $(git ls-remote --heads)
echo $(git log -n 1 --pretty=format:%H)
echo git log -n 1 refs/heads/chore/pro_as_submodule
echo $(git log -n 1 refs/heads/chore/pro_as_submodule)
echo git log -n 1 origin/chore/pro_as_submodule
echo $(git log -n 1 origin/chore/pro_as_submodule)
echo git log -n 1 chore/pro_as_submodule
echo $(git log -n 1 chore/pro_as_submodule)
if ! git merge-base --is-ancestor $(git log -n 1 --pretty=format:%H) refs/heads/chore/pro_as_submodule; then
echo "Current commit has not been merged to develop"