File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments