Skip to content

Commit

Permalink
fix build srtools script
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Jun 14, 2024
1 parent d7b3cae commit a9070e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-runtime-srtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Docker command to generate JSON blob of the runtime
if [[ $GH_WORKFLOW_MATRIX_CHAIN == *"template"* ]]; then
FOLDER_NAME=$(echo $GH_WORKFLOW_MATRIX_CHAIN |sed 's/-template.*//')
RUNTIME_DIR=container-chains/templates/${FOLDER_NAME}/runtime
RUNTIME_DIR=container-chains/runtime-templates/${FOLDER_NAME}
PACKAGE=container-chain-template-${FOLDER_NAME}-runtime
else
RUNTIME_DIR=runtime/${GH_WORKFLOW_MATRIX_CHAIN}
Expand Down

0 comments on commit a9070e2

Please sign in to comment.