Skip to content

Commit

Permalink
Fix compose file used in update-benchmark-thresholds script (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont authored Jul 25, 2024
1 parent e4abde8 commit f938b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/update-benchmark-thresholds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set -o pipefail
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
target_repo=${2-"$here/.."}

for f in 58 59 510 main next; do
for f in 58 59 510 nightly-6.0 main; do
echo "swift$f"

docker_file=$(ls "$target_repo/docker/docker-compose."*"$f"*".yaml")
Expand Down

0 comments on commit f938b6a

Please sign in to comment.