Skip to content

Commit

Permalink
build scripts path passed
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiqaRasool committed Jul 22, 2024
1 parent d0c2bc2 commit c247905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/halld_recon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo 'export BUILD_SCRIPTS=/cvmfs/oasis.opensciencegrid.org/gluex/group/halld/Software/build_scripts' >> setenv.sh
echo 'export JANA_HOME=$PROJECT_ROOT/JANA2' >> setenv.sh
echo 'export JANA_PLUGIN_PATH=$PROJECT_ROOT/JANA2/plugins' >> setenv.sh
echo 'source $BUILD_SCRIPTS/gluex_env_boot_jlab.sh' >> setenv.sh
echo 'source $BUILD_SCRIPTS/gluex_env_boot_jlab.sh --bs $BUILD_SCRIPTS' >> setenv.sh
echo 'gxenv $PROJECT_ROOT/version.xml' >> setenv.sh
chmod +x setenv.sh
Expand Down

0 comments on commit c247905

Please sign in to comment.