Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
services
mailer
Commits
d5ed4fa6
Commit
d5ed4fa6
authored
Mar 19, 2019
by
Alessandro CERIONI
Browse files
Strip the v character from the Git tag upon tagging Docker images.
parent
c599ec51
Pipeline
#2471
passed with stages
in 24 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d5ed4fa6
...
...
@@ -25,7 +25,7 @@ build_release:
except
:
-
/^(?!master).+@/
script
:
-
export TAG=$CI_COMMIT_TAG
-
export TAG=
`
$CI_COMMIT_TAG
| sed 's/v//g'`
-
export MAIL_SERVICE_BIND_PORT=3000
-
export RABBITMQ_LISTENING_PORT=5672
-
export RABBITMQ_GUI_PORT=15672
...
...
Write
Preview
Supports
Markdown
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