Take advantage of automatically defined openedx version
This commit is contained in:
parent
f469eeb878
commit
687af7d486
@ -1 +1 @@
|
||||
__version__ = "10.1.4"
|
||||
__version__ = "10.1.5"
|
||||
|
||||
@ -6,7 +6,7 @@ RUN apt update && \
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
ARG DISCOVERY_REPOSITORY=https://github.com/edx/course-discovery.git
|
||||
ARG DISCOVERY_VERSION=open-release/juniper.3
|
||||
ARG DISCOVERY_VERSION={{ OPENEDX_COMMON_VERSION }}
|
||||
RUN mkdir -p /openedx/discovery && \
|
||||
git clone $DISCOVERY_REPOSITORY --branch $DISCOVERY_VERSION --depth 1 /openedx/discovery
|
||||
WORKDIR /openedx/discovery
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user