mirror of
https://github.com/moby/moby.git
synced 2026-07-05 22:27:36 +00:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
echo "WARNING: test-integration-cli is DEREPCATED. Use test-integration." >&2
|
|
exit 1
|