mirror of https://github.com/PCSX2/pcsx2.git
CI/Flatpak: Temporarily disable repo/appstream validation
pcsx2.net (cloudflare?) appears to be blocking the GitHub runner. Until this is resolved, disable runner-side validation.
This commit is contained in:
parent
31e935d831
commit
70b709a675
|
@ -99,7 +99,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./.github/workflows/scripts/linux/generate-metainfo.sh .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
./.github/workflows/scripts/linux/generate-metainfo.sh .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
||||||
cat .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
cat .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
||||||
flatpak-builder-lint appstream .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
# flatpak-builder-lint appstream .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.metainfo.xml
|
||||||
|
|
||||||
- name: Validate manifest
|
- name: Validate manifest
|
||||||
run: |
|
run: |
|
||||||
|
@ -120,9 +120,9 @@ jobs:
|
||||||
restore-cache: true
|
restore-cache: true
|
||||||
cache-key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} flatpak ${{ hashFiles('.github/workflows/scripts/linux/flatpak/**/*.json') }}
|
cache-key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} flatpak ${{ hashFiles('.github/workflows/scripts/linux/flatpak/**/*.json') }}
|
||||||
|
|
||||||
- name: Validate build
|
#- name: Validate build
|
||||||
run: |
|
# run: |
|
||||||
flatpak-builder-lint repo repo
|
# flatpak-builder-lint repo repo
|
||||||
|
|
||||||
- name: Push to Flathub beta
|
- name: Push to Flathub beta
|
||||||
if: inputs.publish == true && inputs.branch == 'beta'
|
if: inputs.publish == true && inputs.branch == 'beta'
|
||||||
|
|
Loading…
Reference in New Issue