File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 91
91
user : tf-zos
92
92
name : development
93
93
target : tf-autobuilder/${{ steps.tag.outputs.reference }}
94
- # this is only here until devnet is updated for the first
95
- # time then this can be safely deleted
96
- # compatibility with old release
97
- # this is needed so old machines that is already running on devnet
98
- # gets the new code to be able to use the new release tag
99
- - name : Crosslink flist (development)
100
- if : success() && github.ref == 'refs/heads/main'
101
- uses : threefoldtech/publish-flist@master
102
- with :
103
- token : ${{ secrets.HUB_JWT }}
104
- action : crosslink
105
- user : tf-zos
106
- name : zos:development-3:latest.flist
107
- target : tf-autobuilder/zos:${{ steps.version.outputs.version }}.flist
Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ func (r *ZMachineResult) UnmarshalJSON(data []byte) error {
362
362
IP string `json:"ip"`
363
363
YggIP string `json:"ygg_ip"`
364
364
PlanetaryIP string `json:"planetary_ip"`
365
+ MyceliumIP string `json:"mycelium_ip"`
365
366
ConsoleURL string `json:"console_url"`
366
367
}
367
368
@@ -375,6 +376,7 @@ func (r *ZMachineResult) UnmarshalJSON(data []byte) error {
375
376
if deprecated .YggIP != "" {
376
377
r .PlanetaryIP = deprecated .YggIP
377
378
}
379
+ r .MyceliumIP = deprecated .MyceliumIP
378
380
r .ConsoleURL = deprecated .ConsoleURL
379
381
380
382
return nil
You can’t perform that action at this time.
0 commit comments