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
go
Commits
84fd497c
Unverified
Commit
84fd497c
authored
Mar 27, 2017
by
David Haynes
Browse files
Let's try 5 things at once
- oh boy gitlab-ci you do know how to..
parent
d9685a56
Pipeline
#1153
passed with stage
in 1 minute and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84fd497c
...
@@ -10,7 +10,7 @@ variables:
...
@@ -10,7 +10,7 @@ variables:
before_script
:
before_script
:
-
apt-get update -qy
-
apt-get update -qy
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb
redis-server
-
pip install -r requirements/ci.txt
-
pip install -r requirements/ci.txt
-
cd go/
-
cd go/
-
cp settings/settings.py.template settings/settings.py
-
cp settings/settings.py.template settings/settings.py
...
...
go/settings/settings.py.template
View file @
84fd497c
...
@@ -187,6 +187,6 @@ else:
...
@@ -187,6 +187,6 @@ else:
CACHES = {
CACHES = {
'default': {
'default': {
'BACKEND': 'redis_cache.RedisCache',
'BACKEND': 'redis_cache.RedisCache',
'LOCATION': '
/var/run/redis/redis.sock
',
'LOCATION': '
localhost:6379
',
},
},
}
}
requirements/ci.txt
View file @
84fd497c
...
@@ -3,3 +3,4 @@ flake8==3.0.4
...
@@ -3,3 +3,4 @@ flake8==3.0.4
pep8==1.7.0
pep8==1.7.0
pyflakes==1.2.3
pyflakes==1.2.3
coverage
coverage
django-redis-cache==1.6.4
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