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

Update Jenkinsfile

parent a32b5367
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -19,9 +19,7 @@ pipeline {
            steps { 
                sh """
                    ls ${workspace}/install/bin
                    dnf install which
                    export PATH="${PATH}:${workspace}/install/bin"
                    which catlab
                    ls ${ISISROOT}/bin
                    conda env create -n isis3 -f environment.yml
                    source activate isis3
                    mkdir -p ./install ./build && cd build