We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141dab4 commit e17e802Copy full SHA for e17e802
scripts/travis/configure_catmaid.sh
@@ -19,7 +19,7 @@ echo "SERVE_STATIC = True" >> projects/mysite/settings.py
19
# TODO: Enable pipeline. Right now it doesn't seem to play well with Sauce Labs.
20
echo "PIPELINE['PIPELINE_ENABLED'] = False" >> projects/mysite/settings.py
21
# Disable cache-busting for front-end tests
22
-echo "STORAGES = { 'default': 'pipeline.storage.PipelineStorage' }" >> projects/mysite/settings.py
+echo "STORAGES = { 'default': { 'BACKEND': 'pipeline.storage.PipelineStorage' } }" >> projects/mysite/settings.py
23
# Enable front-end tess
24
echo "FRONT_END_TESTS_ENABLED = True" >> projects/mysite/settings.py
25
# Enable Selenium GUI tests, this currently works only with non-hash file names.
0 commit comments