Coder Social home page Coder Social logo

Comments (10)

adamrushuk avatar adamrushuk commented on September 21, 2024 19

my default branch was main, so I had to add target-branch: main to my ct.yaml config

from chart-testing-action.

leokra avatar leokra commented on September 21, 2024 3

I was not executing the following step (contrary to what is mentioned in the example):

 - name: Fetch history
        run: git fetch --prune --unshallow

Maybe this helps somebody...

from chart-testing-action.

highb avatar highb commented on September 21, 2024 1

I was not executing the following step (contrary to what is mentioned in the example):

 - name: Fetch history
        run: git fetch --prune --unshallow

Maybe this helps somebody...

Thanks for this @leokra ! I accomplished the same thing by adding the fetch-depth: 0 parameter to the checkout action, like so:

    steps:
      - uses: actions/checkout@v2
        with:
          # ct needs history to compare
          fetch-depth: 0

from chart-testing-action.

pmatv avatar pmatv commented on September 21, 2024

having same issue

from chart-testing-action.

emmekappa avatar emmekappa commented on September 21, 2024

same here

from chart-testing-action.

saikatharryc avatar saikatharryc commented on September 21, 2024

For me, it was just that, I was not using my base branch as a master. once I started using master it solved my problem.
in ct.yaml you also can set the target branch, in case you want to use something other than master.

from chart-testing-action.

rgreinho avatar rgreinho commented on September 21, 2024

Having the same issue as well. I tried with v1.0.0-rc.1 and v1.0.0-rc.2.

from chart-testing-action.

jenting avatar jenting commented on September 21, 2024

Same here. With version v1.0.0-rc.2

Digest: sha256:55fb51929186d4dc8b0821569151a39283918785447628fb2e28f87d9b2937d2
Status: Downloaded newer image for quay.io/helmpack/chart-testing:v3.0.0-rc.1
2f7a7c753d20e95abaa1a207ababf0a113dc32a03a610c2bb8fa349640daeaca

Error: Error running process: exit status 128
Removing ct container...
Done!

from chart-testing-action.

twexler avatar twexler commented on September 21, 2024

I've also got this issue on v.1.0.0 and have the step in @leokra's comment above. Here's the run

from chart-testing-action.

pratikbin avatar pratikbin commented on September 21, 2024

Solved in concourse ci by adding git fetch --all before ct step

from chart-testing-action.

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.