diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-13 11:23:37 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-13 11:23:59 +0100 |
commit | 0778cad285a7b8fac2487f2611a601b2e9326c5d (patch) | |
tree | e5378ab49b499f429fea02faf90f3fcb71fe067a /qa/Dockerfile | |
parent | 175a3dfda00fb5a2bf1703803277ee4abb721baf (diff) | |
download | gitlab-ce-0778cad285a7b8fac2487f2611a601b2e9326c5d.tar.gz |
Do not use GITLAB_RELEASE env to define QA strategy
[ci skip]
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r-- | qa/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index 2a1390193e7..2814a7bdef0 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -1,8 +1,6 @@ FROM ruby:2.3 LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>" -ENV GITLAB_RELEASE CE - RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list && \ apt-get update && apt-get install -y --force-yes \ libqt5webkit5-dev qt5-qmake qt5-default build-essential xvfb git && \ |