Commit 93cd76b3 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fixing more paths in Jenkins build paths.

parent 84627987
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
# Build script for Linux distribution, for use in automated packaging. # Build script for Linux distribution, for use in automated packaging.
# Note that this must be run from outside the checked-out openmm/ directory. # Note that this must be run from outside the checked-out openmm/ directory.
# Set relative workspace path.
export WORKSPACE=`pwd`
# Add conda binaries to path. # Add conda binaries to path.
PATH=$WORKSPACE/miniconda/bin:$PATH PATH=$WORKSPACE/miniconda/bin:$PATH
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
# Build script for Mac OS X distribution, for use in automated packaging. # Build script for Mac OS X distribution, for use in automated packaging.
# Note that this must be run from outside the checked-out openmm/ directory. # Note that this must be run from outside the checked-out openmm/ directory.
# Set relative workspace path.
export WORKSPACE=`pwd`
# Add conda binaries to path. # Add conda binaries to path.
PATH=$WORKSPACE/miniconda/bin:$PATH PATH=$WORKSPACE/miniconda/bin:$PATH
......
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