Disabling substitution in the pipeline to use the automation tools

This commit is contained in:
XargonWan 2023-08-30 18:06:49 +02:00
parent 57f7267207
commit d6e0691a70
2 changed files with 8 additions and 8 deletions

View file

@ -57,10 +57,10 @@ jobs:
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: 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: "Build flatpak: download only"
id: "flatpak-download"

View file

@ -46,10 +46,10 @@ jobs:
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: 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
id: read_manifest