Skip to content

Commit

Permalink
syncing dunedaq-develop-cpp-ci.yml to the template in DUNE-DAQ/.githu…
Browse files Browse the repository at this point in the history
…b repo, using dbt-create.py
  • Loading branch information
Pengfei Ding committed Mar 3, 2022
1 parent 3d2973b commit a20b6e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,19 @@ jobs:
# Runs a single command using the runners shell

- name: Checkout daq-release
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DUNE-DAQ/daq-release
path: daq-release

- name: setup dev area
run: |
source /cvmfs/dunedaq.opensciencegrid.org/tools/dbt/latest/env.sh
dbt-create.sh -c -n ${{ matrix.link }} dev-${{ matrix.os_name }}
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest || true
dbt-create.py -c -n ${{ matrix.link }} dev-${{ matrix.os_name }}
- name: checkout package for CI
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ${{ github.repository }}

Expand Down

0 comments on commit a20b6e1

Please sign in to comment.