mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
9 lines
190 B
Bash
Executable File
9 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Backwards compatiblity 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
|