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

Fixed groovy syntax

parent 65bfc919
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ pipeline {
                }
            }
            steps {
                """
                sh """
                    ls
                    pwd
                    conda env create -n isis3 -f environment.yml
@@ -56,7 +56,6 @@ pipeline {
                    ctest -j8 -R _unit_ --timeout 500
                    ctest -j8 -R _app_ --timeout 500
                    ctest -j8 -R _module_ --timeout 500
                
                """
            }
        }