Skip to content

Commit

Permalink
Merge pull request #909 from jenkinsci/updatecli_master_9d9baa42854bc…
Browse files Browse the repository at this point in the history
…30ca3f48c0ab8adb3ba53ad08da8e37bb11a82698d1940f4afc

Bump bats version to v1.11.1
  • Loading branch information
dduportal authored Dec 2, 2024
2 parents ec6deaf + f853a7d commit a0473ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ list: check-reqs
@set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add'

bats:
git clone --branch v1.11.0 https://github.com/bats-core/bats-core ./bats
git clone --branch v1.11.1 https://github.com/bats-core/bats-core ./bats

prepare-test: bats check-reqs
git submodule update --init --recursive
Expand Down

0 comments on commit a0473ca

Please sign in to comment.