Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
a0a786e9
Commit
a0a786e9
authored
Mar 12, 2018
by
Sascha Herzinger
Browse files
Missing $ to resolve variable
parent
ccc788ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a0a786e9
...
...
@@ -55,7 +55,7 @@ test:
script
:
-
docker load -i image.tar
-
>
docker run DOCKER_IMAGE_TAG
docker run
$
DOCKER_IMAGE_TAG
-e REDIS_HOST=redis -e RABBITMQ_HOST=rabbitmq
sh -c "celery worker -D -A fractalis:celery
&& pip3 install -r requirements.txt
...
...
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