فهرست منبع

try gobin add this way

jamesread 4 سال پیش
والد
کامیت
e4a53d1e45
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ pipeline {
         
         stage('Compile') {
             steps {
-				withEnv(["PATH+GO=${root}/go/bin"]) {
+				withEnv(["PATH+GO=/root/go/bin/"]) {
 					sh 'go env'
 					sh 'echo $PATH'
                 	sh 'buf generate'