Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
91a142e1
Commit
91a142e1
authored
Apr 11, 2018
by
Sascha Herzinger
Browse files
Fixed CI
parent
cb460946
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
91a142e1
...
...
@@ -63,7 +63,6 @@ test:
&& export FRACTALIS_CONFIG=/config.py
&& celery worker -D -A fractalis:celery -l debug --concurrency=1
&& pip3 install -r requirements.txt
&& flake8
&& pytest tests
"
dependencies
:
...
...
fractalis/sync.py
View file @
91a142e1
...
...
@@ -63,5 +63,4 @@ def cleanup_all() -> None:
tmp_dir
=
app
.
config
[
'FRACTALIS_TMP_DIR'
]
if
os
.
path
.
exists
(
tmp_dir
):
rmtree
(
tmp_dir
)
assert
len
(
redis
.
keys
(
'*'
))
==
0
assert
not
os
.
path
.
exists
(
tmp_dir
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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