Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: pin paths-filter to previous version to avoid CI failure #388

Merged
merged 1 commit into from
Mar 9, 2021

Commits on Mar 9, 2021

  1. ci: pin paths-filter to previous version to avoid CI failure

    The latest release of the paths-filter action 2.9.1 caused a failure of
    all CI update jobs. This release contained a single PR
    dorny/paths-filter#74
    
    The error message in all of our CI setup jobs was:
    
    Run dorny/paths-filter@v2
      with:
        filters: visual:
        - 'tokens/**'
        - 'vue-components/**'
      behavioral:
        - 'vue-components/**'
    
        token: ***
        list-files: none
        initial-fetch-depth: 100
    Changes will be detected against the branch master
    Searching for merge-base master...QuantityInput
      /usr/bin/git rev-list --count --all
      640
      /usr/bin/git merge-base master QuantityInput
      fatal: Not a valid object name master
      /usr/bin/git fetch --depth=1280 origin master:master QuantityInput
      From wmde/wikit
       * [new branch]      master     -> master
       * branch            QuantityInput -> FETCH_HEAD
      /usr/bin/git rev-list --count --all
      640
      No more commits were fetched
      Last attempt will be to fetch full history
      /usr/bin/git fetch --unshallow
      fatal: --unshallow on a complete repository does not make sense
    Error: The process '/usr/bin/git' failed with exit code 128
    micgro42 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    dd190ec View commit details
    Browse the repository at this point in the history