Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ workflow:

check_changelog:
stage: build
variables:
GIT_DEPTH: 100
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if I want 101 commits in my branch? 🙊

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where I'm from, we call that a fun opportunity to apply an interactive rebase 😄

(though yes we can absolutely make it longer if we'd prefer)

script:
- echo "$CI_PIPELINE_SOURCE"
- |
Expand Down