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
Hunter T Jozwiak
whats-open
Commits
5e80f422
Commit
5e80f422
authored
Nov 28, 2017
by
Zach Osman
Browse files
fixing ci
parent
8accdaaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5e80f422
...
@@ -11,6 +11,7 @@ types:
...
@@ -11,6 +11,7 @@ types:
before_script
:
before_script
:
-
apt-get update -qy
-
apt-get update -qy
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb libgdal1h libproj-dev proj-data proj-bin
-
apt-get install -y mysql-client libmysqlclient-dev python-mysqldb libgdal1h libproj-dev proj-data proj-bin
-
cd server/
-
pip install -r requirements/test.txt
-
pip install -r requirements/test.txt
-
cd whats-open/
-
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)
-
export WOPEN_SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
...
@@ -42,7 +43,6 @@ whats-open-py3.6:
...
@@ -42,7 +43,6 @@ whats-open-py3.6:
image
:
library/python:3.6
image
:
library/python:3.6
type
:
test
type
:
test
script
:
script
:
-
cd server
# - if pip list --outdated --format=legacy | grep "Latest" | wc -l > 0; then echo "Please update your dependecies!" && pip list --outdated --format=legacy && exit 1; else exit 0; fi
# - if pip list --outdated --format=legacy | grep "Latest" | wc -l > 0; then echo "Please update your dependecies!" && pip list --outdated --format=legacy && exit 1; else exit 0; fi
-
coverage run --source=api --omit=*migrations/*,*admin.py,*__init__.py,*.pyc manage.py test
-
coverage run --source=api --omit=*migrations/*,*admin.py,*__init__.py,*.pyc manage.py test
-
coverage html -i && grep pc_cov htmlcov/index.html | egrep -o "[0-9]+\%" | awk '{ print "covered " $1;}'
-
coverage html -i && grep pc_cov htmlcov/index.html | egrep -o "[0-9]+\%" | awk '{ print "covered " $1;}'
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