Skip to content

Commit

Permalink
fixed a typo in the permutations variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
oodigie committed Oct 21, 2024
1 parent fd37845 commit dc97a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ builder.goapi([
// run tests on the last stable Go version (1.22.4) for linux musl
// See EBP-46
// and this issue here - https://go-review.googlesource.com/c/go/+/600296
permissions << [builder.LINUX_MUSL, 'auto-v1.22.4']
permutations << [builder.LINUX_MUSL, 'auto-v1.22.4']
return permutations
}
])

0 comments on commit dc97a2b

Please sign in to comment.