Skip to content

Commit

Permalink
Fix rules/functions.generage_manifest. (sonic-net#9340)
Browse files Browse the repository at this point in the history
Why I did it
Fix a bug in sonic debug image build. That bug is imported in the following PR: sonic-net#8920
  • Loading branch information
liushilongbuaa committed Nov 23, 2021
1 parent 2bf2e87 commit 7fc3470
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/functions
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ define generate_manifest
$(eval export config_cli_plugin=$($(1).gz_CLI_CONFIG_PLUGIN))
$(eval export show_cli_plugin=$($(1).gz_CLI_SHOW_PLUGIN))
$(eval export clear_cli_plugin=$($(1).gz_CLI_CLEAR_PLUGIN))
j2 $($*.gz_PATH)/Dockerfile$(2).j2 > $($(1).gz_PATH)/Dockerfile$(2)
j2 --customize scripts/j2cli/json_filter.py files/build_templates/manifest.json.j2 > $($(1).gz_PATH)/manifest.common.json
if [ -f $($*.gz_PATH)/manifest.part.json.j2 ]; then
j2 --customize scripts/j2cli/json_filter.py $($(1).gz_PATH)/manifest.part.json.j2 > $($(1).gz_PATH)/manifest.part.json
Expand Down

0 comments on commit 7fc3470

Please sign in to comment.