mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
Merge pull request #5073 from tianon/update-release-bundles
Update RELEASE_BUNDLES to include integration tests
This commit is contained in:
+6
-2
@@ -53,9 +53,13 @@ RELEASE_BUNDLES=(
|
||||
)
|
||||
|
||||
if [ "$1" != '--release-regardless-of-test-failure' ]; then
|
||||
RELEASE_BUNDLES=( test "${RELEASE_BUNDLES[@]}" )
|
||||
RELEASE_BUNDLES=(
|
||||
test test-integration
|
||||
"${RELEASE_BUNDLES[@]}"
|
||||
test-integration-cli
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
VERSION=$(cat VERSION)
|
||||
BUCKET=$AWS_S3_BUCKET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user