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
0d235da0
Commit
0d235da0
authored
Mar 13, 2018
by
Sascha Herzinger
Browse files
fixing docker tags
parent
9e27315a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d235da0
...
...
@@ -34,7 +34,7 @@ build:image:
tags
:
-
privileged
script
:
-
docker build -t $DOCKER_IMAGE_TAG -f docker/Dockerfile --build-arg SDIST=dist/$SDIST .
-
docker build -t
$DOCKER_USER/
$DOCKER_IMAGE_TAG -f docker/Dockerfile --build-arg SDIST=dist/$SDIST .
-
docker save $DOCKER_IMAGE_TAG -o image.tar
dependencies
:
-
build:sdist
...
...
@@ -59,7 +59,7 @@ test:
-e REDIS_HOST=$REDIS_PORT_6379_TCP_ADDR
-e RABBITMQ_HOST=$RABBITMQ_PORT_5672_TCP_ADDR
$DOCKER_IMAGE_TAG
sh -c "celery worker -D -A fractalis:celery -l debug
sh -c "celery worker -D -A fractalis:celery -l debug
--concurrency=1
&& pip3 install -r requirements.txt
&& flake8
&& pytest tests"
...
...
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