Skip to content

Commit

Permalink
fix typo in variables overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoperdomo2 committed Oct 23, 2024
1 parent 8aa54ec commit fc64094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
trap 'echo $? > "$ARTIFACT_DIR/.local_ci_done"' ERR

cat > "$ARTIFACT_DIR/variable_overrides.yaml" <<EOF
PR_POSITIONAL_ARG_0="{{ local_ci_run_test_name }}"
PR_POSITIONAL_ARG_0: "{{ local_ci_run_test_name }}"
{% for element in local_ci_run_test_args or [] %}
PR_POSITIONAL_ARG_{{loop.index}}: "{{ element }}"
{% endfor %}
Expand Down

0 comments on commit fc64094

Please sign in to comment.