Main pipeline now updates the branches in the module [skip ci]

This commit is contained in:
XargonWan 2023-08-25 15:45:57 +02:00
parent 3e284af91b
commit 1293940f78

View file

@ -53,6 +53,11 @@ jobs:
runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/22.08 runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/22.08
/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh # Run pre-build automation tasks /bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh # Run pre-build automation tasks
- name: Setting branch in the manifest
run: |
sed -i "s/branch: THISBRANCH/branch: $(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)"