mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Disabling substitution in the pipeline to use the automation tools
This commit is contained in:
parent
57f7267207
commit
d6e0691a70
8
.github/workflows/cooker-selfhosted.yml
vendored
8
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -57,10 +57,10 @@ jobs:
|
||||||
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
|
# remove me when the automations tool substitution can do this
|
||||||
- name: Set branch in the manifest
|
# - name: Set branch in the manifest
|
||||||
run: |
|
# run: |
|
||||||
sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
|
# 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)"
|
# 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"
|
||||||
|
|
8
.github/workflows/main-selfhosted.yml
vendored
8
.github/workflows/main-selfhosted.yml
vendored
|
@ -46,10 +46,10 @@ jobs:
|
||||||
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
|
# remove me when the automations tool substitution can do this
|
||||||
- name: Set branch in the manifest
|
# - name: Set branch in the manifest
|
||||||
run: |
|
# run: |
|
||||||
sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
|
# 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)"
|
# echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
|
||||||
|
|
||||||
- name: Read manifest content
|
- name: Read manifest content
|
||||||
id: read_manifest
|
id: read_manifest
|
||||||
|
|
Loading…
Reference in a new issue