Merge branch 'master' into new-branch-2

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 22:10:50 -04:00 committed by GitHub
commit 4b3754d4d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -26,7 +26,6 @@ pipeline {
steps { steps {
sh 'mvn deploy' sh 'mvn deploy'
} }
}
} }
} }