From d6e0691a70c3b6271a7c819ccd818372b7edbb49 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 30 Aug 2023 18:06:49 +0200 Subject: [PATCH] Disabling substitution in the pipeline to use the automation tools --- .github/workflows/cooker-selfhosted.yml | 8 ++++---- .github/workflows/main-selfhosted.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 12062858..979d214a 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -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" diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index bf2fa44e..87152095 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -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