Commit 14c49e3a authored by ascbot's avatar ascbot Committed by evindunn-usgs
Browse files

Patch jenkinsfile (#3407)

* Simplifies Jenkinsfile for webhook testing
parent f8d013a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ node {
            sh 'git clone https://github.com/abseil/googletest.git gtest'
        }

        stage ("Build) {
        stage ("Build") {
            conda config --prepend channels anaconda
            conda config --append channels conda-forge
            conda config --append channels usgs-astrogeology