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
0124634c
Commit
0124634c
authored
Mar 19, 2019
by
Alessandro CERIONI
Browse files
Attempting to let Bash interpolate the TAG variable.
parent
d5ed4fa6
Pipeline
#2469
passed with stages
in 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0124634c
...
...
@@ -25,7 +25,7 @@ build_release:
except
:
-
/^(?!master).+@/
script
:
-
export TAG=
`
$CI_COMMIT_TAG | sed 's/v//g'
`
-
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