Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions integration-tests/bats/docker-entrypoint.bats
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ EOF

# bats test_tags=no_lambda
@test "docker-entrypoint: latest binary build from dolt directory" {
BATS_TEST_RETRIES=5 # GitHub ver. retrieval can sometimes return Not Found on CI, could be some form of rate limiting
cname="${TEST_PREFIX}latest-docker"

LATEST_IMAGE="dolt-entrypoint-latest:test"
Expand All @@ -926,6 +927,7 @@ EOF

# bats test_tags=no_lambda
@test "docker-entrypoint: specific version binary build from dolt directory" {
BATS_TEST_RETRIES=5
cname="${TEST_PREFIX}specific-version"

SPECIFIC_IMAGE="dolt-entrypoint-specific:test"
Expand Down
Loading