Skip to content
Snippets Groups Projects
Commit c3b0f391 authored by Enrique's avatar Enrique
Browse files

typo in env variable in the generator file

parent 3be68421
Branches master
No related tags found
1 merge request!11typo in ci generator file
Pipeline #84284 passed
......@@ -86,7 +86,7 @@ class FillCiScript:
"\n",
f" - export REPOSITORY_NAME={self.repository_info['name']}\n",
f" - export REPOSITORY_BASE_URL={self.repository_info['base_url']}$REPOSITORY_NAME\n",
""" - export LAST_RELEASE=`git ls-remote --tags --refs --sort="v:refname" $REPOSITORY_URL.git | tail -n1 | sed 's/.*\///'`\n""",
""" - export LAST_RELEASE=`git ls-remote --tags --refs --sort="v:refname" $REPOSITORY_BASE_URL.git | tail -n1 | sed 's/.*\///'`\n""",
"\n",
" - mkdir -p build\n",
" - >\n",
......
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