Skip to content

Commit

Permalink
syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.…
Browse files Browse the repository at this point in the history
…noreply.github.com>

Date:   Tue Aug 29 16:31:13 2023 -0500

    syncing dunedaq-develop-cpp-ci.yml; previous commit: Merge: b6b0739 362e529
    Author: bieryAtFnal <36311946+bieryAtFnal@users.noreply.github.com>
    Date:   Tue Aug 29 07:09:54 2023 -0500

        Merge pull request #222 from DUNE-DAQ/feature/tstamp_estimator_move

        TimeSync and TimestampEstimator are now in utilities
  • Loading branch information
dingp committed Aug 29, 2023
1 parent 11a2d92 commit 922fb72
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 @@ -53,8 +53,8 @@ jobs:
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
#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
dbt-create -n $release_name dev-${{ matrix.os_name }}
- name: checkout package for CI
Expand All @@ -68,7 +68,7 @@ jobs:
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
cd $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}
source env.sh || true
spack unload $REPO
spack unload $REPO || true
cp -pr $GITHUB_WORKSPACE/DUNE-DAQ/$REPO $GITHUB_WORKSPACE/dev-${{ matrix.os_name }}/sourcecode
dbt-build
#[[ $REPO == "daq-cmake" ]] && dbt-build || dbt-build --lint
Expand Down

0 comments on commit 922fb72

Please sign in to comment.