show pyproject.toml file

This commit is contained in:
Francisco Schulz 2022-11-14 15:38:10 +01:00
parent d78e6c45fb
commit ca3f812527

View File

@ -10,6 +10,7 @@ echo "bamboo plan repo branch name: $bamboo_planRepository_branchName"
echo "bamboo version tag: $bamboo_version_tag"
echo "bamboo plan repo 1 branch: $bamboo_planRepository_1_branch"
echo "bamboo build number: $bamboo_buildNumber"
echo $(cat pyproject.toml)
# update version in poetry to latest version in git if it is lower
check_poetry_version () {