]
George Gastaldi closed FORGE-2422.
----------------------------------
Fix Version/s: (was: 3.x Future)
Resolution: Rejected
The correct syntax should be: {{echo 'docker build -t \"tag\" .'}}
"echo" command on the Forge CLI skips certain portions of
the text to be echoed.
--------------------------------------------------------------------------------
Key: FORGE-2422
URL:
https://issues.jboss.org/browse/FORGE-2422
Project: Forge
Issue Type: Bug
Components: UI - API
Affects Versions: 2.17.0.Final
Reporter: Devanshu Singh
"echo" Command on the Forge CLI does not work correctly.
Executing: echo docker build -t "tag" .
Produces : docker build tag .
Skipping the "-t" part of the input string.