jenkinsfile references proper nuget source
...hopefully? attempt 000001
This commit is contained in:
parent
30eda5dd07
commit
415b183f8b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('deploy franz') {
|
stage('deploy franz') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicate'
|
sh 'dotnet nuget push ./*.nupkg --source greyngitea --skip-duplicate'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build lister') {
|
stage('build lister') {
|
||||||
|
Loading…
Reference in New Issue
Block a user