Jenkinsfile conda update no longer requests user input.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a7c0e0dea7
commit
4ca35d1cde
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Install") {
|
||||
steps {
|
||||
sh 'conda update conda'
|
||||
sh 'conda update conda -y'
|
||||
sh 'conda env update -n base --file .devcontainer/environment.yml'
|
||||
sh 'conda run -n base dotnet restore Props/Props.csproj'
|
||||
sh 'conda run -n base dotnet restore Props.Tests/Props.Tests.csproj'
|
||||
|
Loading…
Reference in New Issue
Block a user