Skip to content
Snippets Groups Projects
Commit 952345d5 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Capitalise project name

parent 47e250e6
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ pages: ...@@ -100,7 +100,7 @@ pages:
- | - |
export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1) export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1)
- | - |
sed -i 's/PROJECT/'$CI_PROJECT_NAME'/g' index.html sed -i 's/PROJECT/'${CI_PROJECT_NAME^^}'/g' index.html
script: script:
- echo 'Publishing on pages' - echo 'Publishing on pages'
- ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME; - ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment