mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2061 from endocode/alban/fix-build-aci
build-aci: change 'val' abbreviation to 'value'
This commit is contained in:
commit
096cbbcbf6
@ -11,9 +11,9 @@ cat <<DF > manifest
|
||||
"acKind": "ImageManifest",
|
||||
"name": "coreos.com/etcd",
|
||||
"labels": [
|
||||
{"name": "os", "val": "linux"},
|
||||
{"name": "arch", "val": "amd64"},
|
||||
{"name": "version", "val": "${1}"}
|
||||
{"name": "os", "value": "linux"},
|
||||
{"name": "arch", "value": "amd64"},
|
||||
{"name": "version", "value": "${1}"}
|
||||
],
|
||||
"app": {
|
||||
"exec": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user