mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Added update portal in cooker releases + code cleanup [skip ci]
This commit is contained in:
parent
d6e0691a70
commit
97493cbb62
7
.github/workflows/cooker-selfhosted.yml
vendored
7
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -56,11 +56,8 @@ jobs:
|
||||||
- name: Run pre-build automation tasks
|
- name: Run pre-build automation tasks
|
||||||
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
||||||
|
|
||||||
# remove me when the automations tool substitution can do this
|
- name: "Adding flatpak portal for automated updates (cooker only)"
|
||||||
# - name: Set branch in the manifest
|
run: sed -i '/finish-args:/a \ \ - --talk-name=org.freedesktop.Flatpak' net.retrodeck.retrodeck.yml
|
||||||
# run: |
|
|
||||||
# sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
|
|
||||||
# echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
|
|
||||||
|
|
||||||
- name: "Build flatpak: download only"
|
- name: "Build flatpak: download only"
|
||||||
id: "flatpak-download"
|
id: "flatpak-download"
|
||||||
|
|
6
.github/workflows/main-selfhosted.yml
vendored
6
.github/workflows/main-selfhosted.yml
vendored
|
@ -45,12 +45,6 @@ jobs:
|
||||||
- name: Run pre-build automation tasks
|
- name: Run pre-build automation tasks
|
||||||
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
|
||||||
|
|
||||||
# remove me when the automations tool substitution can do this
|
|
||||||
# - name: Set branch in the manifest
|
|
||||||
# run: |
|
|
||||||
# sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
|
|
||||||
# echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
|
|
||||||
|
|
||||||
- name: Read manifest content
|
- name: Read manifest content
|
||||||
id: read_manifest
|
id: read_manifest
|
||||||
run: echo "::set-output name=file_content::$(cat net.retrodeck.retrodeck.yml)"
|
run: echo "::set-output name=file_content::$(cat net.retrodeck.retrodeck.yml)"
|
||||||
|
|
Loading…
Reference in a new issue