Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend templates - packaging script - application and branch parameters need to be seen as optional #191

Closed
dennis-behm opened this issue Nov 24, 2023 · 1 comment

Comments

@dennis-behm
Copy link
Member

Too strict validation of parameters, see

if [ -z "${App}" ]; then
rc=8
ERRMSG=$PGM": [ERROR] Application parameter (-a) is required. rc="$rc
echo $ERRMSG
fi
if [ -z "${Branch}" ]; then
rc=8
ERRMSG=$PGM": [ERROR] Branch Name parameter (-b) is required. rc="$rc
echo $ERRMSG
fi

@dennis-behm
Copy link
Member Author

Delivered via #192

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

No branches or pull requests

1 participant