Skip to content
Snippets Groups Projects
Commit 3630b7b7 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA
Browse files

Fix CI

parent d77fd106
Branches
Tags
1 merge request!2Version 1.0.0
Pipeline #12707 passed
......@@ -34,7 +34,7 @@ build_development:
script:
- export TAG=dev
- export POSTGRES_PORT=5436
- export CREDITS_SERVICE_BIND_PORT=3005
- export POSTGRES_SERVICE_BIND_PORT=3005
- docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose push
......@@ -49,7 +49,7 @@ build_release:
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- export POSTGRES_PORT=5436
- export CREDITS_SERVICE_BIND_PORT=3005
- export POSTGRES_SERVICE_BIND_PORT=3005
- docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose push
# Credits service
# Postgresql service
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment