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 you try to use a tgz build_location that has not authentication, it will fail with an error that download_result does not have a key dest. This is because that variable gets overwritten by the basic_auth task even though it is skipped.
The text was updated successfully, but these errors were encountered:
If you try to use a tgz build_location that has not authentication, it will fail with an error that
download_result
does not have a keydest
. This is because that variable gets overwritten by the basic_auth task even though it is skipped.The text was updated successfully, but these errors were encountered: