From ec5630584841f913469d7ecab1c74743b3fc7015 Mon Sep 17 00:00:00 2001
From: Jan Snellman <jan.snellman@liu.se>
Date: Sat, 1 Jun 2024 15:21:07 +0200
Subject: [PATCH] CI fungerar?

---
 gitlab-error.log    | 17 +++++++++++++++++
 public/sitemap.html | 10 +++++-----
 2 files changed, 22 insertions(+), 5 deletions(-)
 create mode 100644 gitlab-error.log

diff --git a/gitlab-error.log b/gitlab-error.log
new file mode 100644
index 0000000..90f0d39
--- /dev/null
+++ b/gitlab-error.log
@@ -0,0 +1,17 @@
+Running with gitlab-runner 17.0.0 (44feccdf)
+  on shared-runner 3bec7447, system ID: r_Kl5lhvyWkyks
+  feature flags: FF_USE_ADVANCED_POD_SPEC_CONFIGURATION:true, FF_RETRIEVE_POD_WARNING_EVENTS:true
+Resolving secrets
+Preparing the "kubernetes" executor 00:00
+Using Kubernetes namespace: gitlab-dynprov
+Using Kubernetes executor with image busybox ...
+Using attach strategy to execute scripts...
+Preparing environment 00:03
+Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
+WARNING: Advanced Pod Spec configuration enabled, merging the provided PodSpec to the generated one. This is a beta feature and is subject to change. Feedback is collected in this issue: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29659 ...
+Waiting for pod gitlab-dynprov/runner-3bec7447-project-39452-concurrent-0-52lnykl9 to be running, status is Pending
+WARNING: Event retrieved from the cluster: Failed to pull image "busybox": rpc error: code = Unknown desc = fetching target platform image selected from image index: Get "http://10.216.0.18:5000/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8": dial tcp 10.216.0.18:5000: connect: no route to host
+WARNING: Event retrieved from the cluster: Error: ErrImagePull
+WARNING: Event retrieved from the cluster: Error: ImagePullBackOff
+WARNING: Failed to pull image with policy "Always": image pull failed: rpc error: code = Unknown desc = fetching target platform image selected from image index: Get "http://10.216.0.18:5000/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8": dial tcp 10.216.0.18:5000: connect: no route to host
+ERROR: Job failed: prepare environment: waiting for pod running: pulling image "busybox": image pull failed: rpc error: code = Unknown desc = fetching target platform image selected from image index: Get "http://10.216.0.18:5000/v2/library/busybox/manifests/sha256:50aa4698fa6262977cff89181b2664b99d8a56dbca847bf62f2ef04854597cf8": dial tcp 10.216.0.18:5000: connect: no route to host. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more information
diff --git a/public/sitemap.html b/public/sitemap.html
index 2f164d9..7e79e13 100644
--- a/public/sitemap.html
+++ b/public/sitemap.html
@@ -196,11 +196,11 @@
 <body>
 <header id="top" class="status">
 <div id="navbar" style ="text-align: center;">
-              <a href='https://liu.se'>LiU</a> -
-              <a href='https://liu.se/organisation/liu/mai'>MAI</a> -
-              <a href='https://liu.se/organisation/liu/mai'>Grundutbildning</a> -
-              <a href='https://courses.mai.liu.se/Lists/html/'>Kurser</a> -
-              <a href='index.html'>TATA54</a></div>
+                          <a href='https://liu.se'>LiU</a> -
+                          <a href='https://liu.se/organisation/liu/mai'>MAI</a> -
+                          <a href='https://liu.se/organisation/liu/mai'>Grundutbildning</a> -
+                          <a href='https://courses.mai.liu.se/Lists/html/'>Kurser</a> -
+                          <a href='index.html'>TATA54</a></div>
 </header>
 <main id="content" class="content">
 <header>
-- 
GitLab