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

Fix ivalide echo syntax

parent 6939b3e9
Branches
Tags
1 merge request!9Update the license
Pipeline #3752 passed
...@@ -29,7 +29,7 @@ build_development: ...@@ -29,7 +29,7 @@ build_development:
- development - development
script: script:
- export TAG=$CI_COMMIT_SHORT_SHA - export TAG=$CI_COMMIT_SHORT_SHA
- export echo ${TAG} - echo ${TAG}
- export MAIL_SERVICE_BIND_PORT=3000 - export MAIL_SERVICE_BIND_PORT=3000
- docker-compose build - docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...@@ -42,6 +42,7 @@ build_release: ...@@ -42,6 +42,7 @@ build_release:
- tags - tags
script: script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g') - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- echo ${TAG}
- export MAIL_SERVICE_BIND_PORT=3000 - export MAIL_SERVICE_BIND_PORT=3000
- docker-compose build - docker-compose build
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - 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.
Please register or to comment