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
Presently, gameta supports the following methods of parameter substitution: parameter, constants and environment variables. This level of functionality is insufficient for more complex build chains which may require things like bash substitutions for parameters.
This feature proposes a unifying infrastructure based on regex that extracts, parses and outputs the intended parameter value. This infrastructure should support the following methods of substitution:
repository parameter
Gameta constants
multiple bash commands
or logic in substitutions
Parameter substitution should be parsed before command execution and apply to the following:
Gameta repository parameters
Gameta scripts
Gameta constants
The text was updated successfully, but these errors were encountered:
Presently, gameta supports the following methods of parameter substitution: parameter, constants and environment variables. This level of functionality is insufficient for more complex build chains which may require things like bash substitutions for parameters.
This feature proposes a unifying infrastructure based on regex that extracts, parses and outputs the intended parameter value. This infrastructure should support the following methods of substitution:
Parameter substitution should be parsed before command execution and apply to the following:
The text was updated successfully, but these errors were encountered: