Unverified Commit 64c8a6ad authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

add debug

parent b9802fc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    echo $ISISROOT
                    conda env create -n isis -f environment.yml
                    source activate isis
                    mkdir -p ./install ./build && cd build