mirror of
https://github.com/moby/moby.git
synced 2026-01-12 11:11:44 +00:00
7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
echo "WARNING: test-integration-cli is DEPRECATED. Use test-integration." >&2
|
|
|
|
# TODO: remove this and exit 1 once CI has changed to use test-integration
|
|
bundle test-integration
|