Skip to content

Upgrade 6.5 to 6.6 fails and does not show any data within dataverse: cannot change field "datasetValid" from doc values type=NONE to inconsistent doc values type=SORTED #10007

Upgrade 6.5 to 6.6 fails and does not show any data within dataverse: cannot change field "datasetValid" from doc values type=NONE to inconsistent doc values type=SORTED

Upgrade 6.5 to 6.6 fails and does not show any data within dataverse: cannot change field "datasetValid" from doc values type=NONE to inconsistent doc values type=SORTED #10007

name: PR Comment Commands
on:
issue_comment:
types: [created]
jobs:
dispatch:
# Avoid being triggered by forks in upstream
if: ${{ github.repository_owner == 'IQSS' }}
runs-on: ubuntu-latest
steps:
- name: Dispatch
uses: peter-evans/slash-command-dispatch@v5
with:
# This token belongs to @dataversebot and has sufficient scope.
token: ${{ secrets.GHCR_TOKEN }}
commands: |
push-image
repository: IQSS/dataverse
# Commenter must have at least write permission to repo to trigger dispatch
permission: write