Skip to content

Commit 6d0e698

Browse files
committed
Really final prep for 2025-11-27
1 parent 2026677 commit 6d0e698

14 files changed

Lines changed: 1250 additions & 4584 deletions

File tree

hands-on/2025-11-27/000_rollout/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include .env.mk
22

33
REPOSITORY_URL := https://github.com/nicholasdille/terraform-state
44
REPOSITORY_BRANCH := main
5-
STATE_NAME := 20251118
5+
STATE_NAME := 20251127
66
TERRAFORM_WITH_BACKEND := TF_BACKEND_GIT_HTTP_USERNAME=$(GIT_USERNAME) TF_BACKEND_GIT_HTTP_PASSWORD=$(GIT_PASSWORD) GIT_USERNAME=$(GIT_USERNAME) GIT_PASSWORD=$(GIT_PASSWORD) terraform-backend-git git --repository $(REPOSITORY_URL) --ref $(REPOSITORY_BRANCH) --state $(STATE_NAME)/state.json terraform
77

88
.PHONY:

hands-on/2025-11-27/000_rollout/exercise_gitlabcom/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,13 +1734,13 @@ <h2 id="issues">Issues<a class="headerlink" href="#issues" title="Permanent link
17341734
<p>A few exercises will not work as expected because of differences between the demo environment and <code>gitlab.com</code>.</p>
17351735
<ol>
17361736
<li>
1737-
<p>The first three exercises (<a href="/hands-on/2025-11-27/010_jobs_and_stages/exercise/">Jobs and stages</a>, <a href="/hands-on/2025-11-27/020_variables/exercise/">Variables</a>, <a href="/hands-on/2025-11-27/030_script_blocks/exercise/">Scriptblocks</a>) will not run without a fix because the default runner on <code>gitlab.com</code> does not use <code>alpine</code>. You need to add the following lines at the top of you <code>.gitlab-ci.yml</code>:</p>
1737+
<p>The first three exercises (<a href="../../010_jobs_and_stages/exercise/">Jobs and stages</a>, <a href="../../020_variables/exercise/">Variables</a>, <a href="../../030_script_blocks/exercise/">Scriptblocks</a>) will not run without a fix because the default runner on <code>gitlab.com</code> does not use <code>alpine</code>. You need to add the following lines at the top of you <code>.gitlab-ci.yml</code>:</p>
17381738
<div class="language-yaml highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="nt">default</span><span class="p">:</span>
17391739
</span><span id="__span-2-2"><a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a><span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">alpine</span>
17401740
</span></code></pre></div>
17411741
</li>
17421742
<li>
1743-
<p>In the exercise for <a href="/hands-on/2025-11-27/100_environments/exercise/">environments</a>, the job <code>deploy</code> will fail because it attempts to deploy to a WebDAV server which is specific to the demo environment. This also affects the following two exercises (<a href="/hands-on/2025-11-27/110_triggers/exercise/">Triggers</a>, <a href="/hands-on/2025-11-27/120_templates/exercise/">Templates</a>). Due to the changes introduced in the exercise about <a href="/hands-on/2025-11-27/130_rules/exercise/">rules</a>, the error disappears.</p>
1743+
<p>In the exercise for <a href="../../100_environments/exercise/">environments</a>, the job <code>deploy</code> will fail because it attempts to deploy to a WebDAV server which is specific to the demo environment. This also affects the following two exercises (<a href="../../110_triggers/exercise/">Triggers</a>, <a href="../../120_templates/exercise/">Templates</a>). Due to the changes introduced in the exercise about <a href="../../130_rules/exercise/">rules</a>, the error disappears.</p>
17441744
</li>
17451745
</ol>
17461746

hands-on/2025-11-27/120_templates/exercise/index.html

Lines changed: 33 additions & 57 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/140_merge_requests/exercise/index.html

Lines changed: 190 additions & 186 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/150_matrix_jobs/exercise/index.html

Lines changed: 197 additions & 221 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/200_permissions/exercises/index.html

Lines changed: 0 additions & 1639 deletions
This file was deleted.

hands-on/2025-11-27/220_services/exercise/index.html

Lines changed: 200 additions & 196 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/230_docker/exercise/index.html

Lines changed: 108 additions & 106 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/240_registries/exercise/index.html

Lines changed: 122 additions & 120 deletions
Large diffs are not rendered by default.

hands-on/2025-11-27/250_releases/exercise/index.html

Lines changed: 120 additions & 118 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)