jenkinsfile references proper nuget source
Some checks failed
gitea/franz/pipeline/head This commit looks good
gitea.arg.rip/franz/pipeline/head There was a failure building this commit

...hopefully? attempt 000001
This commit is contained in:
Adam R Grey 2023-12-01 19:04:13 -05:00
parent 30eda5dd07
commit 415b183f8b

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
stage('deploy franz') {
steps {
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicate'
sh 'dotnet nuget push ./*.nupkg --source greyngitea --skip-duplicate'
}
}
stage('build lister') {