Commit 865364db authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Added relative workspace path to Jenkins build prepare scripts.

parent 609b6a51
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# Prepare for build by ensuring necessary prerequisites are locally installed. # Prepare for build by ensuring necessary prerequisites are locally installed.
# Set relative workspace path.
export WORKSPACE=`pwd`
# Install miniconda # Install miniconda
export VERSION="3.7.0" export VERSION="3.7.0"
export PLATFORM="Linux" export PLATFORM="Linux"
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# Prepare for build by ensuring necessary prerequisites are locally installed. # Prepare for build by ensuring necessary prerequisites are locally installed.
# Set relative workspace path.
export WORKSPACE=`pwd`
# Install miniconda # Install miniconda
export VERSION="3.7.0" export VERSION="3.7.0"
export PLATFORM="MacOSX" export PLATFORM="MacOSX"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment