Skip to content

Commit

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

Bump bats version to v1.11.0
  • Loading branch information
dduportal authored Mar 25, 2024
2 parents de4274d + 0b4856e commit ba381c8
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 @@ -46,7 +46,7 @@ list: check-reqs
@set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add'

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

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

0 comments on commit ba381c8

Please sign in to comment.