Skip to content
Snippets Groups Projects
Commit b949f8fc authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Fix ivalide echo syntax

parent 6939b3e9
No related branches found
No related tags found
1 merge request!9Update the license
Pipeline #3752 passed
......@@ -29,7 +29,7 @@ build_development:
- development
script:
- export TAG=$CI_COMMIT_SHORT_SHA
- export echo ${TAG}
- echo ${TAG}
- export MAIL_SERVICE_BIND_PORT=3000
- docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......@@ -42,6 +42,7 @@ build_release:
- tags
script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- echo ${TAG}
- export MAIL_SERVICE_BIND_PORT=3000
- docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment