Skip to content

Commit 4167955

Browse files
committed
Switch BATS submodules to upstream
Point all submodules to the latest commit as of today; there is no release yet including the errexit support and releases are somewhat infrequent (2 releases in 2025). The bats-support submodule has no new commits. Users should switch local submodules with git submodule deinit --all git submodule sync git submodule update --init Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent def7f71 commit 4167955

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "bats/bats-core"]
22
path = bats/bats-core
3-
url = https://github.com/rancher-sandbox/bats-core.git
3+
url = https://github.com/bats-core/bats-core.git
44
branch = master
55
[submodule "bats/bats-assert"]
66
path = bats/bats-assert
7-
url = https://github.com/rancher-sandbox/bats-assert.git
7+
url = https://github.com/bats-core/bats-assert.git
88
branch = master
99
[submodule "bats/bats-support"]
1010
path = bats/bats-support
11-
url = https://github.com/rancher-sandbox/bats-support.git
11+
url = https://github.com/bats-core/bats-support.git
1212
branch = master
1313
[submodule "bats/bats-file"]
1414
path = bats/bats-file
15-
url = https://github.com/rancher-sandbox/bats-file.git
15+
url = https://github.com/bats-core/bats-file.git
1616
branch = master

bats/bats-core

Submodule bats-core updated 55 files

0 commit comments

Comments
 (0)