Skip to content

Commit

Permalink
keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 8, 2025
1 parent 81c7269 commit 07da8ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions gitlab/src/artifacts-and-using-them-in-subsequent-jobs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
keywords:
- artifacts
---
# Artifacts and using them in subsequent jobs

{i: artifacts}

```yaml
{{#include ../examples/pipelines/artifacts/.gitlab-ci.yml}}
```
Expand Down
8 changes: 5 additions & 3 deletions gitlab/src/only-run-job-if-specific-files-changed.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
keywords:
- rules
- changes
---
# Only run job if specific files changed

{i: rules}
{i: changes}

```yaml
{{#include ../examples/pipelines/rules-changes/.gitlab-ci.yml}}
```
Expand Down

0 comments on commit 07da8ed

Please sign in to comment.