File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ for DOCKER_FILE in "${IMAGES[@]}"; do
64
64
split_image_name " ${DOCKER_FILE} " # set IMAGE_NAME and IMAGE_INFO
65
65
66
66
# Auto build docker unless DOCKER_AUTOBUILD=0
67
- if [[ ${DOCKER_AUTOBUILD-1} != 0 ]]; then
68
- ${CUR_DIR} /build_dockers.bsh ${DOCKER_FILE}
69
- fi
67
+ # if [[ ${DOCKER_AUTOBUILD-1} != 0 ]]; then
68
+ # ${CUR_DIR}/build_dockers.bsh ${DOCKER_FILE}
69
+ # fi
70
70
71
71
# It CAN'T be empty () with set -u... So I put some defaults in here
72
72
OTHER_OPTIONS=(" -it" )
@@ -100,7 +100,7 @@ for DOCKER_FILE in "${IMAGES[@]}"; do
100
100
-e FINAL_GID=${FINAL_GID} \
101
101
-v " ${MINGW_PATCH}${REPO_DIR} :/src" \
102
102
-v " ${MINGW_PATCH}${IMAGE_REPO_DIR} :/repo" \
103
- git -lfs/ ${IMAGE_NAME} ${DOCKER_CMD-}
103
+ andyneff/build_git -lfs: ${IMAGE_NAME} ${DOCKER_CMD-}
104
104
105
105
done
106
106
You can’t perform that action at this time.
0 commit comments