mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3b80d57899
Signed-off-by: Brett Randall <javabrett@gmail.com>
6 lines
205 B
Bash
Executable file
6 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
|