rebuild 270 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. set -e
  3. if [ "$1" = "--continue" ]; then
  4. OPTS=""
  5. else
  6. OPTS="--no-cache"
  7. fi
  8. ARCH=$(uname -m)
  9. docker build ${OPTS} -t youcompleteme/ycm-vim-${ARCH}-py3:test \
  10. --build-arg YCM_VIM_PYTHON=python3 \
  11. image/