vimspector/tests/ci/rebuild
2019-08-03 22:14:56 +01:00

11 lines
161 B
Bash
Executable file

#!/usr/bin/env bash
set -e
if [ "$1" = "--continue" ]; then
OPTS=""
else
OPTS="--no-cache"
fi
docker build ${OPTS} -t puremourning/vimspector:test image/