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

Added debug statements for path

parent ef4a6ce5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    echo $PATH
                    export PATH="${PATH}:test"
                    echo $PATH
                    set PATH="${PATH}:test2"
                    echo $PATH
                    echo $ISISROOT
                    conda env create -n isis -f environment.yml
                    source activate isis