Join Slack
Powered by
I found a bug in docker_build.sh ```while getopts...
# flyte-support
m
most-translator-95317
01/26/2023, 6:46 PM
I found a bug in docker_build.sh
Copy code
while getopts a:r:v:h flag
should be
Copy code
while getopts p:r:v:h flag
I made some modification so I will send PR later.
🎉 1
🙌 2
thx
1
151
Views
Open in Slack
Previous
Next