ci(gitlab-ci): add more debug output

This commit is contained in:
Sarah Vaupel 2024-09-13 17:42:55 +02:00
parent 973e7657b4
commit 8aec2676d0

View File

@ -63,6 +63,7 @@ setup:dynamic:
script:
- FRONTEND_IMAGE_VERSION=`git log ${FRONTEND_IMAGE_DEPENDENCIES} | grep '^commit' | wc --lines | tee frontend-image-version`
- BACKEND_IMAGE_VERSION=`git log ${BACKEND_IMAGE_DEPENDENCIES} | grep '^commit' | wc --lines | tee backend-image-version`
- git log
- git log ${FRONTEND_IMAGE_DEPENDENCIES}
- git log ${FRONTEND_IMAGE_DEPENDENCIES} | grep '^commit'
- git log ${FRONTEND_IMAGE_DEPENDENCIES} | grep '^commit' | wc --lines