We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e665fb2 commit e1c0ac3Copy full SHA for e1c0ac3
.ci/Jenkinsfile
@@ -74,9 +74,11 @@ pipeline {
74
tag pattern: '(v)?\\d+\\.\\d+\\.\\d+', comparator: 'REGEXP'
75
}
76
steps {
77
- withCredentials([string(credentialsId: "${GITHUB_TOKEN_CREDENTIALS}", variable: 'GITHUB_TOKEN')]) {
78
- dir("${BASE_DIR}") {
79
- sh 'curl -sL https://git.io/goreleaser | bash'
+ withMageEnv(){
+ withCredentials([string(credentialsId: "${GITHUB_TOKEN_CREDENTIALS}", variable: 'GITHUB_TOKEN')]) {
+ dir("${BASE_DIR}") {
80
+ sh 'curl -sL https://git.io/goreleaser | bash'
81
+ }
82
83
84
.go-version
@@ -0,0 +1 @@
1
+1.16.6
0 commit comments