Skip to content
Snippets Groups Projects
Commit 0124634c authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Attempting to let Bash interpolate the TAG variable.

parent d5ed4fa6
Branches
Tags
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment