mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-23 05:53:53 +00:00
8 lines
259 B
Groovy
8 lines
259 B
Groovy
#!/usr/bin/groovy
|
|
@Library('github.com/stakater/stakater-pipeline-library@v2.16.10') _
|
|
|
|
goBuildViaGoReleaser {
|
|
publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts'
|
|
publicChartGitURL = 'git@github.com:stakater/stakater-charts.git'
|
|
}
|