Commit 428a5f60 by Calen Pennington

Use ENV instead of ARG, because travis doesn't use docker 1.9

parent d865bd88
......@@ -10,8 +10,8 @@
FROM edxops/trusty-common:latest
MAINTAINER edxops
ARG COURSE_DISCOVERY_VERSION=master
ARG REPO_OWNER=edx
ENV COURSE_DISCOVERY_VERSION=master
ENV REPO_OWNER=edx
ADD . /edx/app/edx_ansible/edx_ansible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment