Skip to content

Commit 5aea681

Browse files
committed
Update README
1 parent eb50fbe commit 5aea681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To register an image for periodic unpacking, add an image to the [`recipe.yaml`]
6464
6565
To see how we build, push, and unpack a [`test-image/`](test-image), see [`test-image/.gitlab-ci.yml`](test-image/.gitlab-ci.yml).
6666

67-
Otherwise, copy the contents of the `main.yml` file in the drawer below to your GitLab CI.
67+
Otherwise, copy the contents of the `.gitlab-ci.yml` file in the drawer below to your GitLab CI.
6868

6969
<details>
7070
<summary> <code>.gitlab-ci.yml</code></summary>
@@ -148,7 +148,7 @@ where
148148
- **CI**: Continuous Integration.
149149
- **CVMFS:** Cern Virtual Machine File System.
150150
- **Container Image:** A term that includes, but is not limited to, a Docker image.
151-
- **DUCC:** Daemon that Unpacks Container Images into CernVM-FS
151+
- **DUCC:** Daemon that Unpacks Container Images into CernVM-FS.
152152
- **Sync:** Push an unzipped container image to a CVMFS repository.
153153
- **Unpack:** Unzip a container image.
154154
- **Workflow:** Either a GitHub Action workflow, or a GitLab CI pipeline.

0 commit comments

Comments
 (0)