зеркало из
1
0
Форкнуть 0
entitlements-github-plugin/script/cibuild

8 строки
255 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")/.."
echo "Heres some output"
docker build -t entitlements-github-plugin -f spec/acceptance/Dockerfile.entitlements-github-plugin .
docker run -w "/data/entitlements" entitlements-github-plugin bash -c "script/test"