We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf2e87 commit 7fc3470Copy full SHA for 7fc3470
rules/functions
@@ -198,7 +198,6 @@ define generate_manifest
198
$(eval export config_cli_plugin=$($(1).gz_CLI_CONFIG_PLUGIN))
199
$(eval export show_cli_plugin=$($(1).gz_CLI_SHOW_PLUGIN))
200
$(eval export clear_cli_plugin=$($(1).gz_CLI_CLEAR_PLUGIN))
201
- j2 $($*.gz_PATH)/Dockerfile$(2).j2 > $($(1).gz_PATH)/Dockerfile$(2)
202
j2 --customize scripts/j2cli/json_filter.py files/build_templates/manifest.json.j2 > $($(1).gz_PATH)/manifest.common.json
203
if [ -f $($*.gz_PATH)/manifest.part.json.j2 ]; then
204
j2 --customize scripts/j2cli/json_filter.py $($(1).gz_PATH)/manifest.part.json.j2 > $($(1).gz_PATH)/manifest.part.json
0 commit comments