mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-08 02:36:27 -05:00
bats/aws-remotes.bats: Change AWS remotes test so it doesn't delete last branch in the remote.
This commit is contained in:
@@ -69,7 +69,7 @@ skip_if_no_aws_tests() {
|
||||
dolt commit -m 'creating a test table'
|
||||
dolt push origin master:master
|
||||
dolt fetch origin
|
||||
dolt push origin :master
|
||||
dolt push origin master:another-branch
|
||||
dolt fetch origin
|
||||
dolt push origin :another-branch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user