Skip to content

Commit

Permalink
[QA-1539] Make checkout test code to use proper branch/tag (#363)
Browse files Browse the repository at this point in the history
make checkout test code to use proper branch/tag
  • Loading branch information
konrad-sol authored Sep 27, 2024
1 parent 9b7494d commit b337401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/templates/subtemplates/auto/auto-test.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
{{- end }}
{{- if eq .flow "nightly" }}
ref: {{`${{ matrix.envfiles.gwdash }}`}}
{{- else }}
ref: $BASE_REF
{{- end }}
sparse-checkout: tests/{{ .test }}

Expand Down

0 comments on commit b337401

Please sign in to comment.