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