update Build docs
Compare changes
+ 27
− 8
@@ -2,8 +2,8 @@
@@ -2,8 +2,8 @@
Among its steps are some builtin, some depend on the project settings and some can be influenced by the developers.
@@ -71,12 +71,13 @@ echo myVar=$myVar
@@ -71,12 +71,13 @@ echo myVar=$myVar
* $DIR_APPROOT - full path of the current build directory (z.B. /var/imldeployment/build/ci-webgui/ci-webgui_20171211-102707)
* $RVMSCRIPT - for Rails projects: path to the RVM script. With it you can set a custom Ruby version
@@ -84,9 +85,9 @@ Rvm must be installed on the server where the ci server runs.
@@ -84,9 +85,9 @@ Rvm must be installed on the server where the ci server runs.
@@ -96,13 +97,31 @@ rvm use 2.2.3
@@ -96,13 +97,31 @@ rvm use 2.2.3
* CI-Git-Repo .. nvm_init.sh: <https://git-repo.iml.unibe.ch/iml-open-source/imldeployment/-/blob/master/shellscripts/nvm_init.sh>