Skip to content

cleanup of the Gitlab z/OS native template#348

Merged
M-DLB merged 6 commits into
IBM:mainfrom
thadbeeraf:feature/zos-native-template
Aug 14, 2025
Merged

cleanup of the Gitlab z/OS native template#348
M-DLB merged 6 commits into
IBM:mainfrom
thadbeeraf:feature/zos-native-template

Conversation

@thadbeeraf
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

@M-DLB M-DLB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small changes, thank you @thadbeeraf !

RC=$?

if [ ${RC} -ne 0 ]; then
echo [ERROR] Failed to compute the next release version. Exit code: ${RC}.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this line after?
echo [ERROR] Error message from the computeReleaseVersion script is
Just like https://github.com/thadbeeraf/dbb/blob/feature/zos-native-template/Templates/GitlabCIPipeline-for-distributed-runner/.gitlab-ci.yml#L199C1-L199C84

exit ${RC}
fi
else
if [ "${releaseVersion}" == "" ]; then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [ "${releaseVersion}" == "" ]; then
if [ -z "${releaseVersion}" ]; then

Copy link
Copy Markdown
Member

@M-DLB M-DLB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @thadbeeraf

@M-DLB M-DLB merged commit effc9d4 into IBM:main Aug 14, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants