You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use two different options it causes a timeout to occur. If I use the same option twice it overrides the first option instead of creating a list valued option. If I use just one option it will execute my wrapper script but won't have enough arguments to run it.
Config.yml
options:
env:
type: string
required: true
description: environment
short_flag: e
apps:
type: string
required: false
description: apps
short_flag: a
I believe the pipeline is failing at some point but not letting me know at what point. I added some STDOUT debugging to my wrapper script so I know whether it's being called but before that I was getting Pipeline executed successfully, but no output was returned
The text was updated successfully, but these errors were encountered:
If I use two different options it causes a timeout to occur. If I use the same option twice it overrides the first option instead of creating a list valued option. If I use just one option it will execute my wrapper script but won't have enough arguments to run it.
Config.yml
cog log:
I believe the pipeline is failing at some point but not letting me know at what point. I added some STDOUT debugging to my wrapper script so I know whether it's being called but before that I was getting
Pipeline executed successfully, but no output was returned
The text was updated successfully, but these errors were encountered: