Skip to content
Snippets Groups Projects
Commit c064d982 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

goto_dir: add ENVINIT

parent cca93ac6
No related branches found
No related tags found
1 merge request!80goto_dir: add ENVINIT
......@@ -8,6 +8,7 @@
# ----------------------------------------------------------------------
# 2024-01-19 v1.0 <axel.hahn@iml.unibe.ch> first lines
# 2024-07-25 v1.1 <axel.hahn@iml.unibe.ch> deny root access; shell fixes
# 2025-02-19 v1.2 <axel.hahn@iml.unibe.ch> add ENVINIT
# ======================================================================
cd "$( dirname "$0" )/.." || exit 1
......@@ -87,8 +88,9 @@ ls "$DIR_APPROOT" >/dev/null || exit 2
export DIR_APPROOT
export GIT_SSH="$CI_APPROOT/shellscripts/gitsshwrapper.sh"
export DIR_SSH_KEYS="$CI_WORKDIR/data/sshkeys"
export NVMINIT="$CI_APPROOT/shellscripts/nvm_init.sh";
export RVMSCRIPT="/usr/local/rvm/scripts/rvm";
export NVMINIT="$CI_APPROOT/shellscripts/nvm_init.sh"
export RVMSCRIPT="/usr/local/rvm/scripts/rvm"
export ENVINIT="$CI_APPROOT//shellscripts/env_init.sh"
cd "$DIR_APPROOT" || exit 1
cat <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment