Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Staff
ci-templates
Commits
9eb0eff6
Commit
9eb0eff6
authored
Jan 18, 2021
by
Simon Volpert
🐧
Browse files
updated examples to tag 1.2.0
parent
e85b975a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9eb0eff6
...
...
@@ -12,7 +12,7 @@ To use within your repository add the following to your `.gitlab-ci.yaml` to ena
include:
- project: 'staff/ci-templates'
file: '/img-cross.yml'
ref: 1.
1
.0
ref: 1.
2
.0
```
and this for
`x86_64`
builds
...
...
@@ -21,7 +21,7 @@ and this for `x86_64` builds
include:
- project: 'staff/ci-templates'
file: '/img.yml'
ref: 1.
1
.0
ref: 1.
2
.0
```
Adapt
`file:`
accordingly
...
...
@@ -38,7 +38,7 @@ containerize:
include:
- project: 'staff/ci-templates'
file: '/img-cross.yml'
ref: 1.
1
.0
ref: 1.
2
.0
```
In this case, the
`img-cross`
template defined the
`containerize`
job which is extended by the stage definition.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment