Unverified Commit 67a6d224 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

debug append to path

parent d194fb60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ pipeline {
                sh """
                    echo $PATH
                    export PATH=/opt/conda/envs/isis/bin:\$ISISROOT/bin:\$PATH
                    echo $PATH
                    conda env create -n isis -f environment.yml
                    source activate isis
                    mkdir -p ./install ./build && cd build