Skip to content

Commit 0e6eb33

Browse files
Fix rules/functions.generage_manifest. (#9340)
Why I did it Fix a bug in sonic debug image build. That bug is imported in the following PR: #8920
1 parent 97bd2bf commit 0e6eb33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/functions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ define generate_manifest
197197
$(eval export tmpfs=$($(1).gz_CONTAINER_TMPFS))
198198
$(eval export config_cli_plugin=$($(1).gz_CLI_CONFIG_PLUGIN))
199199
$(eval export show_cli_plugin=$($(1).gz_CLI_SHOW_PLUGIN))
200-
j2 $($*.gz_PATH)/Dockerfile$(2).j2 > $($(1).gz_PATH)/Dockerfile$(2)
201200
j2 --customize scripts/j2cli/json_filter.py files/build_templates/manifest.json.j2 > $($(1).gz_PATH)/manifest.common.json
202201
if [ -f $($*.gz_PATH)/manifest.part.json.j2 ]; then
203202
j2 --customize scripts/j2cli/json_filter.py $($(1).gz_PATH)/manifest.part.json.j2 > $($(1).gz_PATH)/manifest.part.json

0 commit comments

Comments
 (0)