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
89469c12
Commit
89469c12
authored
May 25, 2018
by
Sascha Herzinger
Browse files
hardcoding docker image versions
parent
7be0af1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
89469c12
...
...
@@ -54,16 +54,14 @@ test:
-
docker:17.12.1-ce-dind
script
:
-
docker load -i image.tar
-
env
-
>
docker run
$DOCKER_USER/$DOCKER_IMAGE_TAG
sh -c "
env
&& printf \"REDIS_HOST='$REDIS_PORT_6379_TCP_ADDR'\nBROKER_URL='amqp://guest:guest@$RABBITMQ_PORT_5672_TCP_ADDR:5672//'\nCELERY_RESULT_BACKEND='redis://$REDIS_PORT_6379_TCP_ADDR:6379'\"
> /config.py
&& export FRACTALIS_CONFIG=/config.py
&& celery worker
-D
-A fractalis:celery -l debug --concurrency=1
&& celery worker -A fractalis:celery -l debug --concurrency=1
&& pytest --color=yes --verbose --capture=no --cov=/usr/lib/python3.4/site-packages/fractalis tests/
"
dependencies
:
...
...
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