Skip to content

Commit

Permalink
Issue #422: Move spack rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Jan 10, 2025
1 parent 5b2e420 commit d0c86df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-release-alma9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
run: |
rm -rf $BASE_RELEASE_DIR
rm -rf $DET_RELEASE_DIR
spack repo rm /cvmfs/dunedaq-development.opensciencegrid.org/nightly/NBU_DEV_250110_A9/spack-0.22.0/spack-repo
source daq-release/.github/workflows/wf-setup-tools.sh
input_feature_branch=${{ github.event.inputs.feature-branch }}
# For automatically triggered workflows where feature-branch is not set, fall back to default branch
branch=${input_feature_branch:-"develop"}
spack repo rm /cvmfs/dunedaq-development.opensciencegrid.org/nightly/NBU_DEV_250110_A9/spack-0.22.0/spack-repo
daq-release/scripts/checkout-daq-package.py -i daq-release/configs/fddaq/fddaq-develop/release.yaml -a -o $DET_RELEASE_DIR/sourcecode -b $branch
# build-release.sh will exit 111 in case of a transient connection error
daq-release/scripts/spack/build-release.sh $BASE_RELEASE_DIR $DET_RELEASE_DIR fd $OS ${{ github.event.inputs.feature-branch }} && break
Expand Down

0 comments on commit d0c86df

Please sign in to comment.