diff options
Diffstat (limited to 'test/script/run-vint')
-rwxr-xr-x | test/script/run-vint | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/script/run-vint b/test/script/run-vint index 0d5b6e11..ce42ad41 100755 --- a/test/script/run-vint +++ b/test/script/run-vint @@ -4,8 +4,7 @@ set -e set -u exit_code=0 -image=w0rp/ale -docker_flags=(--rm -v "$PWD:/testplugin" -v "$PWD/test:/home" -w /testplugin "$image") +docker_flags=(--rm -v "$PWD:/testplugin" -v "$PWD/test:/home" -w /testplugin "$DOCKER_RUN_IMAGE") echo '========================================' echo 'Running Vint to lint our code' |