fix: update version handling in gitlab-ci configuration #80
Reference in New Issue
Block a user
Delete Branch "fix/version-handling-ci-configuration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check for the existence of the version file before reading it.
If the file is missing, print a message and exit gracefully.
This change improves the robustness of the CI pipeline by preventing
errors when the version file is not present.