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
The current code fetches version first using the root path and then using /:workspace/kong if the first one fails. This needs to be refactored and simplified:
if deck is run with empty workspace, read version from Root()
if deck is run with a non-empty workspace, read version from //kong
The text was updated successfully, but these errors were encountered:
The current code fetches version first using the root path and then using
/:workspace/kong
if the first one fails. This needs to be refactored and simplified:The text was updated successfully, but these errors were encountered: