Skip to content

Commit

Permalink
docs: improve examples for gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Dec 11, 2023
1 parent 12a566e commit 5f8da1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_data/examples/ci/gitlab/diff-reviewdog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
bearer_mr:
only:
- merge_requests
script:
- curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh -s -- -b /usr/local/bin
- curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/examples/ci/gitlab/diff.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
bearer_mr:
only:
- merge_requests
image:
name: bearer/bearer
entrypoint: [""]
Expand Down

0 comments on commit 5f8da1f

Please sign in to comment.