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

debug

parent 6b1f041f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ pipeline {
            steps { 
                sh """
                    echo $PATH
                    export PATH=/opt/conda/envs/isis/bin:\$ISISROOT/bin:\$PATH
                    conda env create -n isis -f environment.yml
                    source activate isis
                    mkdir -p ./install ./build && cd build
@@ -29,7 +30,6 @@ pipeline {
        stage('Build') { 
            steps {
                sh """
                    export PATH="\$PATH:/opt/conda/envs/isis/bin:\$ISISROOT/bin"
                    echo $PATH
                    set +e
                    cd build