From 5bb253a06d1b061136b5add7e48c9a0977fafdf9 Mon Sep 17 00:00:00 2001 From: Andrew Mogan Date: Mon, 11 Nov 2024 09:59:55 -0600 Subject: [PATCH] Checkout feature branch (if provided) to --- .github/workflows/build-nightly-release-alma9.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-nightly-release-alma9.yml b/.github/workflows/build-nightly-release-alma9.yml index 86862a98..0f5d7288 100644 --- a/.github/workflows/build-nightly-release-alma9.yml +++ b/.github/workflows/build-nightly-release-alma9.yml @@ -60,7 +60,7 @@ jobs: export OS=almalinux9 source daq-release/.github/workflows/wf-setup-tools.sh - daq-release/scripts/checkout-daq-package.py -i daq-release/configs/coredaq/coredaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode + daq-release/scripts/checkout-daq-package.py -i daq-release/configs/coredaq/coredaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode -b ${{ github.event.inputs.feature-branch }} daq-release/scripts/spack/build-release.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR core $OS ${{ github.event.inputs.feature-branch }} cd $BASE_RELEASE_DIR/../ @@ -81,7 +81,7 @@ jobs: export OS=almalinux9 source daq-release/.github/workflows/wf-setup-tools.sh - daq-release/scripts/checkout-daq-package.py -i daq-release/configs/fddaq/fddaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode + daq-release/scripts/checkout-daq-package.py -i daq-release/configs/fddaq/fddaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode -b ${{ github.event.inputs.feature-branch }} daq-release/scripts/spack/build-release.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR fd $OS ${{ github.event.inputs.feature-branch }} cd $DET_RELEASE_DIR/../