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

Remove isisroot/bin from path in build step

parent 62133fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ pipeline {
        stage('Build') { 
            steps {
                sh """
                    export PATH="${PATH}:${ISISROOT}/bin:/opt/conda/envs/isis/bin"
                    export PATH="${PATH}:/opt/conda/envs/isis/bin"
                    set +e
                    cd build
                    ninja -j8 && ninja install