GithubHelp home page GithubHelp logo

Comments (4)

cabauman avatar cabauman commented on May 27, 2024

GitLab doesn't seem to be related since you said it works with the previous version, but I'll ask anyways: so, you use GitLab configuration like specified here?

GIT_STRATEGY: fetch
GIT_FETCH_EXTRA_FLAGS: --unshallow
GIT_DEPTH: 0

There's only a one commit (one file) difference between the two versions which is related to working directory. Does anything stand out? I'll see if I can reproduce the issue with GitHub when I get some time.

from versionize.

swarooprooney avatar swarooprooney commented on May 27, 2024

was this resolved? I am facing the same issue with azure devops pipeline with github actions

from versionize.

mumby0168 avatar mumby0168 commented on May 27, 2024

This was mentioned in #42

Setting the git fetch depth to 0 has just worked for my pipeline in ado:

stages:
- stage: conventionalcommit
  displayName: conventional commit
  jobs:
  - job: conventionalcommit
    pool:
      vmImage: "ubuntu-latest"
    steps:
      - checkout: self
        fetchDepth: 0
        persistCredentials: "true"

cc @swarooprooney

from versionize.

jsyrjala avatar jsyrjala commented on May 27, 2024

For me this in worked in GitLab

variables:
    GIT_STRATEGY: fetch
    GIT_DEPTH: 1000

Having this parameter there caused some error about depth and unshallow not being compatible.

GIT_FETCH_EXTRA_FLAGS: --unshallow

GitLab has default git depth of 20 or 50:
https://microfluidics.utoronto.ca/gitlab/help/ci/pipelines/settings.md#limit-the-number-of-changes-fetched-during-clone

from versionize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.