Loading generateChangemarks/.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
generateChangemarks/.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading