Skip to content

Commit 0191d71

Browse files
authored
Update manual.yml
1 parent 131cd9f commit 0191d71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/manual.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
container:
2626
image: dunedaq/sl7-minimal:dev
27+
env:
28+
DBT_ROOT: "$GITHUB_WORKSPACE/daq-buildtools"
29+
DBT_AREA_FILE: "dbt-settings"
2730

2831
# Steps represent a sequence of tasks that will be executed as part of the job
2932
steps:
@@ -48,7 +51,6 @@ jobs:
4851
run: |
4952
pwd
5053
ls $GITHUB_WORKSPACE
51-
export DBT_ROOT=$GITHUB_WORKSPACE/daq-buildtools
5254
source ${DBT_ROOT}/scripts/dbt-setup-tools.sh
5355
add_many_paths PATH ${DBT_ROOT}/bin ${DBT_ROOT}/scripts
5456
dbt-create.sh -r $GITHUB_WORKSPACE/daq-release/configs dunedaq-develop dev
@@ -60,16 +62,15 @@ jobs:
6062
run: |
6163
pwd
6264
printenv
63-
export DBT_ROOT=$GITHUB_WORKSPACE/daq-buildtools
6465
source ${DBT_ROOT}/scripts/dbt-setup-tools.sh
6566
add_many_paths PATH ${DBT_ROOT}/bin ${DBT_ROOT}/scripts
6667
cd $GITHUB_WORKSPACE/dev
6768
export DBT_AREA_ROOT=$PWD
6869
export DBT_AREA_FILE="dbt-settings"
6970
source ${DBT_AREA_ROOT}/${DBT_AREA_FILE}
7071
echo "setup ups area dbt complete"
71-
source ${DBT_ROOT}/scripts/dbt-setup-tools.sh
7272
setup_ups_product_areas
73+
echo "setup ups products area complete"
7374
setup python ${dune_python_version}
7475
echo "setup python complete"
7576
source ${DBT_AREA_ROOT}/${DBT_VENV}/bin/activate

0 commit comments

Comments
 (0)