Skip to content

Commit

Permalink
test GHA 14
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Oct 15, 2024
1 parent 80527c3 commit 0a6226c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/schulportal-load-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
command: ["sh", "-c",
"git clone https://github.com/dBildungsplattform/schulportal-load-tests &&
cd schulportal-load-tests &&
git checkout {{ .Values.branch }} &&
git checkout {{ $.Values.branch }} &&
sleep 3600 &&
k6 run -u 0 ./loadtest/usecases/{{ $job_options.scriptPath }} --compatibility-mode=experimental_enhanced"]
volumeMounts:
Expand Down

0 comments on commit 0a6226c

Please sign in to comment.