Skip to content

Commit

Permalink
resolved syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Bhagat <[email protected]>
  • Loading branch information
Rohit Bhagat committed Nov 24, 2023
1 parent a5b9004 commit f4bc50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
for (( i=1 ; i<$LEN ; i++ ));
do
# Computing input parameters that need to pass
version_var=".\"upgrade-version\"[${{ matrix.upgrade-path.id }}]."upgrade-path"[$i].version"
version_var=".\"upgrade-version\"[${{ matrix.upgrade-path.id }}].\"upgrade-path\"[$i].version"
upgrade_version=$(yq $version_var ${{ github.workspace }}/.github/configuration/upgrade-test-configuration.yml)
upgrade_version_engb=".\""${upgrade_version}"\".engine_branch"
engine_branch=$(yq $upgrade_version_engb ${{ github.workspace }}/.github/template/version-branch-template.yml)
Expand Down

0 comments on commit f4bc50b

Please sign in to comment.