Fixed Jenkinsfile.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 06:55:41 +00:00
parent a2751c0c31
commit 6bc10bb2b5

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages {
stage("Install") {
steps {
sh 'conda env update -n base --file environment.yml -y -q'
sh 'conda env update -n base --file environment.yml -q'
sh 'dotnet restore Props/Props.csproj'
sh 'dotnet restore Props.Tests/Props.Tests.csproj'
sh 'dotnet restore Props.Shop/Props.Shop.sln'