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:   Fri Sep 8 12:14:48 2023 -0500

    syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.noreply.github.com>
    Date:   Tue Aug 29 17:25:18 2023 -0500

        syncing ; previous commit: Author: Pengfei Ding <9438483+dingp@users.noreply.github.com>
        Date:   Tue Aug 29 16:28:16 2023 -0500

            syncing dunedaq-develop-cpp-ci.yml; previous commit: Merge: 99fbdcb 711c1a4
            Author: bieryAtFnal <36311946+bieryAtFnal@users.noreply.github.com>
            Date:   Wed Mar 29 12:07:30 2023 -0500

                Merge pull request #24 from DUNE-DAQ/kbiery/version_update

                Updated version to v1.0.8
  • Loading branch information
jcfreeman2 committed Dec 13, 2023
1 parent 0c66384 commit bd80fbc
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 bd80fbc

Please sign in to comment.