mirror of
https://github.com/docker/compose.git
synced 2026-05-13 22:09:48 +00:00
8 lines
191 B
Bash
Executable file
8 lines
191 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Backwards compatibility for jenkins
|
|
#
|
|
# TODO: remove this script after all current PRs and jenkins are updated with
|
|
# the new script/test/ci change
|
|
set -e
|
|
exec script/test/ci
|