Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
da7e3d1d
Verified
Commit
da7e3d1d
authored
Jun 25, 2017
by
David Haynes
🙆
Browse files
Add new dependecies to .gitlab-ci
- we meet again my old nemesis
parent
7000fad2
Pipeline
#1415
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da7e3d1d
...
...
@@ -10,7 +10,7 @@ types:
before_script
:
-
apt-get update -qy
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb
libgdal1h libproj-dev proj-data proj-bin
-
pip install -r requirements/test.txt
-
cd whats-open/
-
export WOPEN_SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
...
...
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