mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +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
|