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

Merge branch 'generator_typo' into 'master'

typo in ci generator file

See merge request !11
parents 3be68421 c3b0f391
Branches master
No related tags found
1 merge request!11typo in ci generator file
Pipeline #84285 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