diff options
author | David Lawrence <dkl@mozilla.com> | 2016-06-29 01:22:47 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-06-29 01:22:57 +0200 |
commit | 29368fb0f123fcb8f481feb4e1b1b984108ea51e (patch) | |
tree | eff56f8cfcc5a60c9027c52c1fa59afc62849e2c | |
parent | e0ab47259dc188979e899f1fef5c5c7d6344e0d8 (diff) | |
download | bugzilla-29368fb0f123fcb8f481feb4e1b1b984108ea51e.tar.gz bugzilla-29368fb0f123fcb8f481feb4e1b1b984108ea51e.tar.xz |
Updated Docker to use the new mozilla-bteam github repo
-rw-r--r-- | docker/Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 7c4a96d71..e46f464fc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,9 +12,8 @@ ENV BUGZILLA_HOME /home/$BUGZILLA_USER ENV BUGZILLA_ROOT $BUGZILLA_HOME/devel/htdocs/bmo ENV BUGZILLA_URL http://localhost/bmo -ENV GITHUB_BASE_GIT https://github.com/mozilla/webtools-bmo-bugzilla +ENV GITHUB_BASE_GIT https://github.com/mozilla-bteam/bmo ENV GITHUB_BASE_BRANCH master -ENV GITHUB_QA_GIT https://github.com/mozilla/webtools-bmo-qa ENV ADMIN_EMAIL admin@mozilla.bugs ENV ADMIN_PASS password @@ -75,7 +74,7 @@ EXPOSE 22 EXPOSE 5900 # Testing scripts for CI -ADD https://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar /selenium-server.jar +ADD https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar /selenium-server.jar # Supervisor COPY supervisord.conf /etc/supervisord.conf |