Skip to content

Commit

Permalink
Syncing .github/workflows/dunedaq-develop-cpp-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed May 30, 2024
1 parent 2dad6d4 commit b7d7692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest || true
setup_dbt latest_v5 || true
release_name="last_fddaq"
if [[ -n $( sed -r -n '/- name: '$REPO'$/p' daq-release/configs/nddaq/nddaq-develop/release.yaml ) ]] ; then release_name="last_nddaq"; fi
Expand Down

0 comments on commit b7d7692

Please sign in to comment.