|
22 | 22 |
|
23 | 23 | go: |
24 | 24 | version: 1.12 |
25 | | - module: (( concat "github.com/" meta.github.owner "/" meta.github.repo )) |
26 | | - cmd_module: (( grab meta.go.module )) |
27 | 25 | binary: (( grab meta.github.repo )) |
28 | 26 | force_static_binary: false |
29 | 27 |
|
|
89 | 87 | run: |
90 | 88 | path: git/ci/scripts/test |
91 | 89 | args: [] |
92 | | - # params: |
93 | | - # MODULE: (( grab meta.go.module )) |
94 | 90 | on_failure: |
95 | 91 | put: notify |
96 | 92 | params: |
@@ -118,12 +114,10 @@ jobs: |
118 | 114 | tag: (( grab meta.image.tag )) |
119 | 115 | inputs: |
120 | 116 | - name: git-pull-requests |
121 | | - path: (( concat "gopath/src/" meta.go.module )) |
| 117 | + path: git |
122 | 118 | run: |
123 | | - path: (( concat "./gopath/src/" meta.go.module "/ci/scripts/test" )) |
| 119 | + path: git/ci/scripts/test |
124 | 120 | args: [] |
125 | | - params: |
126 | | - MODULE: (( grab meta.go.module )) |
127 | 121 | on_success: |
128 | 122 | put: git-pull-requests |
129 | 123 | params: |
@@ -289,22 +283,20 @@ jobs: |
289 | 283 | inputs: |
290 | 284 | - name: version |
291 | 285 | - name: git |
292 | | - path: (( concat "gopath/src/" meta.go.module )) |
293 | 286 | outputs: |
294 | 287 | - name: gh |
295 | 288 | - name: pushme |
296 | 289 | run: |
297 | | - path: (( concat "./gopath/src/" meta.go.module "/ci/scripts/shipit" )) |
| 290 | + path: git/ci/scripts/shipit |
298 | 291 | args: [] |
299 | 292 | params: |
300 | 293 | BINARY: (( grab meta.go.binary )) |
301 | | - REPO_ROOT: (( concat "gopath/src/" meta.go.module )) |
| 294 | + REPO_ROOT: git |
302 | 295 | VERSION_FROM: version/number |
303 | 296 | RELEASE_NAME: (( grab meta.release )) |
304 | 297 | RELEASE_ROOT: gh |
305 | 298 | REPO_OUT: pushme |
306 | 299 | BRANCH: (( grab meta.github.branch )) |
307 | | - CMD_PKG: (( grab meta.go.cmd_module )) |
308 | 300 | STATIC_BINARY: (( grab meta.go.force_static_binary )) |
309 | 301 | TARGETS: (( grab meta.shipit.targets )) |
310 | 302 | - name: version |
|
0 commit comments