You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/services/cicd.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -783,7 +783,7 @@ This is the clone URL of the registered project, i.e. this is not the clone URL
783
783
### `ARCH`
784
784
value: `x86_64`or `aarch64`
785
785
786
-
This is the architecture of the runner. It is either an ARM64 machine, i.e. `aarch64`, or a traditinal `x86_64` machine.
786
+
This is the architecture of the runner. It is either an ARM64 machine, i.e. `aarch64`, or a traditional `x86_64` machine.
787
787
788
788
789
789
## Runners reference
@@ -867,7 +867,7 @@ The value must be a valid JSON array, where each entry is a string.
867
867
868
868
It is almost always correct to wrap the full value in single-quotes.
869
869
870
-
It is also possible to define the argument's values as an entry in `variables`, and then reference in `DOCKER_BUILD_ARGS` only the variables that you want to expose to the build process, i.e. sth like this:
870
+
It is also possible to define the argument's values as an entry in `variables`, and then reference in `DOCKER_BUILD_ARGS` only the variables that you want to expose to the build process, i.e. something like this:
871
871
```yaml
872
872
my job:
873
873
extends: .container-builder-cscs-gh200
@@ -987,7 +987,7 @@ This tag is mandatory.
987
987
##### `GIT_STRATEGY`
988
988
Optional variable, default is `none`
989
989
990
-
This is a [default Gitlab variable](https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy), but mentioned here explicitly, because very often you do not need to clone the repository sourcecode when you run your containerized application.
990
+
This is a [default Gitlab variable](https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy), but mentioned here explicitly, because very often you do not need to clone the repository source code when you run your containerized application.
991
991
992
992
The default is `none`, and you must explicitly set it to `fetch` or `clone` to fetch the source code by the runner.
0 commit comments