diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-02-20 13:19:47 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-03-09 10:36:27 +0100 |
commit | adbbcc1cf43cdbea51db23338b14670da444b2b8 (patch) | |
tree | 4638b6f7b337b60d015b17944c741fe1f4dd52a9 | |
parent | e63f3e849fd7ce14b6714b0021b2a17b3179d916 (diff) | |
download | gitlab-ce-adbbcc1cf43cdbea51db23338b14670da444b2b8.tar.gz |
Remove blank line from GitLab QA Dockerfile
-rw-r--r-- | qa/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index b4281c02f5a..2814a7bdef0 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -6,7 +6,6 @@ RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list && libqt5webkit5-dev qt5-qmake qt5-default build-essential xvfb git && \ apt-get clean - WORKDIR /home/qa COPY ./ ./ |