Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
bd12e1c8
Commit
bd12e1c8
authored
Jun 21, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename DRIVER_VERSION environment variable to CHROME_DRIVER_VERSION
parent
59d94066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/Dockerfile
qa/Dockerfile
+2
-2
No files found.
qa/Dockerfile
View file @
bd12e1c8
...
...
@@ -2,7 +2,7 @@ FROM ruby:2.3
LABEL
maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
ENV
CHROME_VERSION 59.0.3071.104-1
ENV
DRIVER_VERSION 2.30
ENV
CHROME_
DRIVER_VERSION 2.30
##
# Update APT sources and install some dependencies
...
...
@@ -20,7 +20,7 @@ RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -y googl
##
# Install chromedriver to make it work with Selenium
#
RUN
wget
-q
https://chromedriver.storage.googleapis.com/
$DRIVER_VERSION
/chromedriver_linux64.zip
RUN
wget
-q
https://chromedriver.storage.googleapis.com/
$
CHROME_
DRIVER_VERSION
/chromedriver_linux64.zip
RUN
unzip chromedriver_linux64.zip
-d
/usr/local/bin
RUN
apt-get clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment