Skip to content

Commit

Permalink
Disable shallow clone depth for Gitlab pipelines (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Oct 19, 2021
1 parent e136641 commit 2b4f00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stages:

variables:
GIT_STRATEGY: clone
GIT_DEPTH: 0

rpm-build-nightly-el7:
stage: build
Expand Down

0 comments on commit 2b4f00a

Please sign in to comment.