Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 30, 2023
1 parent c5060fb commit 7f4294e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ job_name:

## Hands-On

See chapter [Variables](/hands-on/2023-11-30/030_script_blocks/exercise/)
See chapter [Scriptblocks](/hands-on/2023-11-30/030_script_blocks/exercise/)
6 changes: 3 additions & 3 deletions slides/2023-11-30/160_gitlab_ci/040_image/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Avoid maintaining custom image

### Hands-On

See chapter [Variables](/hands-on/2023-11-30/040_image/exercise/)
See chapter [Image](/hands-on/2023-11-30/040_image/exercise/)

---

Expand All @@ -50,6 +50,6 @@ Fill from environment variables:
```bash
jq --null-input \
--arg host "${REG_HOST}" \
--arg user_pass_base64 "$(echo "${REG_USER}:${REG_PASS}" | base64 -w0)" \
'{"auths": {$host:{"auth": $user_pass_base64}}}'
--arg auth "$(echo "${REG_USER}:${REG_PASS}" | base64 -w0)" \
'{"auths": {$host:{"auth": $auth}}}'
```
2 changes: 1 addition & 1 deletion slides/2023-11-30/160_gitlab_ci/050_defaults/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ job_name:

### Hands-On

See chapter [Variables](/hands-on/2023-11-30/050_defaults/exercise/)
See chapter [Defaults](/hands-on/2023-11-30/050_defaults/exercise/)
2 changes: 1 addition & 1 deletion slides/2023-11-30/160_gitlab_ci/250_releases/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See official documentation [](https://docs.gitlab.com/ee/user/project/releases/r

## Hands-On

See chapter [Jobs and stages](/hands-on/2023-11-30/250_releases/exercise/)
See chapter [Releases](/hands-on/2023-11-30/250_releases/exercise/)

---

Expand Down

0 comments on commit 7f4294e

Please sign in to comment.