Skip to content

Commit

Permalink
syncing ; previous commit: Merge: 93f60ef 6a623b4
Browse files Browse the repository at this point in the history
Author: bieryAtFnal <36311946+bieryAtFnal@users.noreply.github.com>
Date:   Thu Nov 30 09:56:07 2023 -0600

    Merge pull request #69 from DUNE-DAQ/kbiery/tlog_trace_names

    Explicitly set the TRACE_NAME in TLOG calls in several hxx files
  • Loading branch information
jcfreeman2 committed Dec 13, 2023
1 parent 0807801 commit 06840c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest|| true
release_name="last_fddaq"
#nd_config=$GITHUB_WORKSPACE/daq-release/configs/nddaq/nddaq-develop/release.yaml
#if grep -q "name: ${REPO}\n" $nd_config; then release_name="last_nddaq"; fi
release_name="last_fddaq_c8"
nd_config=$GITHUB_WORKSPACE/daq-release/configs/nddaq/nddaq-develop/release.yaml
if grep -q "name: ${REPO}\n" $nd_config; then release_name="last_nddaq_c8"; fi
dbt-create -n $release_name dev-${{ matrix.os_name }}
- name: checkout package for CI
Expand Down

0 comments on commit 06840c1

Please sign in to comment.