Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
documentation
Commits
3418bfb0
Commit
3418bfb0
authored
3 years ago
by
Jaromír Hradil
Browse files
Options
Downloads
Patches
Plain Diff
Fixing title and adding pipeline title fixer
parent
aa0fb92f
No related branches found
No related tags found
1 merge request
!94
fix(menu title): add title to the header of Image Rotation page
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
content/cloud/image-rotation/index.md
+1
-1
1 addition, 1 deletion
content/cloud/image-rotation/index.md
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
3
View file @
3418bfb0
...
@@ -22,8 +22,7 @@ deploy_cpanel:
...
@@ -22,8 +22,7 @@ deploy_cpanel:
-
echo "{{</csv-table>}}" >> content/cloud/flavors/index.md
-
echo "{{</csv-table>}}" >> content/cloud/flavors/index.md
-
cat 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
-
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
-
'
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"'
-
'
grep
-v
"GeekdocHidden:
true"
"content/cloud/image-rotation/index.md"
|
sponge
"content/cloud/image-rotation/index.md"'
-
python3 ci/image_rotation_news_gen.py
-
python3 ci/image_rotation_news_gen.py
-
hugo --config config.toml -D --destination=./public
-
hugo --config config.toml -D --destination=./public
...
@@ -40,4 +39,4 @@ deploy_cpanel:
...
@@ -40,4 +39,4 @@ deploy_cpanel:
-
latest_commit=$(git log -1 --pretty=format:%h )
-
latest_commit=$(git log -1 --pretty=format:%h )
-
"
curl
-H
'Cache-Control:
no-cache'
https://docs.cloud.muni.cz
|
grep
$latest_commit"
-
"
curl
-H
'Cache-Control:
no-cache'
https://docs.cloud.muni.cz
|
grep
$latest_commit"
only
:
only
:
-
master
-
master
\ No newline at end of file
This diff is collapsed.
Click to expand it.
content/cloud/image-rotation/index.md
+
1
−
1
View file @
3418bfb0
---
---
title
:
"
Image
Rotation"
title
:
"
Image
Rotation
News
"
date
:
2022-01-23T20:31:35+02:00
date
:
2022-01-23T20:31:35+02:00
draft
:
false
draft
:
false
disableToc
:
true
disableToc
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment