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
For example with a password containing a bracket, the pipeline will fail with the following error:
Run mkdir -p ~/.config/openstack/
/home/runner/work/_temp/c9f4e5e1-53d8-4e87-b432-14f4100ea505.sh: line 7: syntax error near unexpected token `('
Error: Process completed with exit code 2.
There is probably not much we can do to address this, aside from adding a note advising to not to use special characters in passwords.
The text was updated successfully, but these errors were encountered:
After this change was introduced: 80b8d71#diff-e02b2a73e84a6045b2f324d6996a8999c22db93e08100eaf26fe7981e065aeadR21, cloud platform passwords with special characters can break the pipeline.
For example with a password containing a bracket, the pipeline will fail with the following error:
There is probably not much we can do to address this, aside from adding a note advising to not to use special characters in passwords.
The text was updated successfully, but these errors were encountered: