tools: rename master to main
This commit is contained in:
@@ -78,7 +78,7 @@ WORKDIR /root
|
||||
# use ORTOOLS_GIT_SHA1 to modify the command
|
||||
# i.e. avoid docker reusing the cache when new commit is pushed
|
||||
ARG ORTOOLS_GIT_BRANCH
|
||||
ENV ORTOOLS_GIT_BRANCH ${ORTOOLS_GIT_BRANCH:-master}
|
||||
ENV ORTOOLS_GIT_BRANCH ${ORTOOLS_GIT_BRANCH:-main}
|
||||
ARG ORTOOLS_GIT_SHA1
|
||||
ENV ORTOOLS_GIT_SHA1 ${ORTOOLS_GIT_SHA1:-unknown}
|
||||
RUN git clone -b "${ORTOOLS_GIT_BRANCH}" --single-branch https://github.com/google/or-tools \
|
||||
|
||||
Reference in New Issue
Block a user