flytekit-python-template icon indicating copy to clipboard operation
flytekit-python-template copied to clipboard

fix build_docker.sh files for flag issue: -a vs -p

Open marvin-better opened this issue 1 year ago • 1 comments

Issue

The 3 existing (identical) docker_build.sh files all had help text describing both an -a and a -p flag for setting the project name, but only a -a was allowed.

Fix

This will allow either -a or -p to set the project name, to be compatible with existing uses and the help text. Note that I did omit the -a from the help text: it now only prints the -p option.

marvin-better avatar Dec 19 '23 23:12 marvin-better

Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: DCO Guide).

welcome[bot] avatar Dec 19 '23 23:12 welcome[bot]