• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

catmaid / CATMAID / 6688
45%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 26 Nov 2019 10:53PM UTC
Jobs 5
Files 400
Run time 46min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6688

push

travis-ci

tomka
Docker: fix parsing of some environment variable parameters

When parameter variables contained structures that could be interpreted
by Bash, they in fact were when passing them as argument to the sanitize
function, because the parameters weren't quoted. An example of this is
CM_CSRF_TRUSTED_ORIGINS, which is expected to contain a Python list (as
string):

  CM_CSRF_TRUSTED_ORIGINS="['a.example.com', 'b.int.example.com']"

This would lead to the following being written to settings.py:

  ['a.example.com',

Which clearly isn't valid Python, causing the Container start to fail.
This should be fixed by quoting the parameters to the sanitize function.

32210 of 73055 relevant lines covered (44.09%)

2.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6688.1 26 Nov 2019 10:55PM UTC 0
44.46
Travis Job 6688.1
2 6688.2 26 Nov 2019 11:40PM UTC 0
44.46
Travis Job 6688.2
3 6688.3 26 Nov 2019 10:53PM UTC 0
44.46
Travis Job 6688.3
4 6688.4 26 Nov 2019 11:04PM UTC 0
43.2
Travis Job 6688.4
5 6688.5 26 Nov 2019 11:14PM UTC 0
41.37
Travis Job 6688.5
Source Files on build 6688
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6688
  • 766ce06c on github
  • Prev Build on stable (#6579)
  • Next Build on stable (#6840)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc