From 3418bfb0b641368126b3b7bc1282e8e7520fa0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <506487@mail.muni.cz> Date: Tue, 25 Jan 2022 13:45:17 +0100 Subject: [PATCH] Fixing title and adding pipeline title fixer --- .gitlab-ci.yml | 5 ++--- content/cloud/image-rotation/index.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7b5c3a..079c50f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,7 @@ deploy_cpanel: - echo "{{</csv-table>}}" >> content/cloud/flavors/index.md - cat content/cloud/flavors/index.md - sed -i -e "s/BUILDIDTAG/$CI_COMMIT_SHORT_SHA/g" ./layouts/partials/site-footer.html - - curl https://cloud.gitlab-pages.ics.muni.cz/image-rotation/image-rotation-journal.md >> content/cloud/image-rotation/index.md - - 'grep -v "GeekdocHidden: true" "content/cloud/image-rotation/index.md" | sponge "content/cloud/image-rotation/index.md"' + - 'curl https://cloud.gitlab-pages.ics.muni.cz/image-rotation/image-rotation-journal.md | grep -v "# Image rotation news" | sponge "content/cloud/image-rotation/index.md"' - python3 ci/image_rotation_news_gen.py - hugo --config config.toml -D --destination=./public @@ -40,4 +39,4 @@ deploy_cpanel: - latest_commit=$(git log -1 --pretty=format:%h ) - "curl -H 'Cache-Control: no-cache' https://docs.cloud.muni.cz | grep $latest_commit" only: - - master \ No newline at end of file + - master diff --git a/content/cloud/image-rotation/index.md b/content/cloud/image-rotation/index.md index bdfe4e2..188b9a6 100644 --- a/content/cloud/image-rotation/index.md +++ b/content/cloud/image-rotation/index.md @@ -1,5 +1,5 @@ --- -title: "Image Rotation" +title: "Image Rotation News" date: 2022-01-23T20:31:35+02:00 draft: false disableToc: true -- GitLab