File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ jobs:
115
115
retry_on : error
116
116
max_attempts : 3
117
117
command : ./hack/test-example.sh examples/alpine.yaml
118
- - name : " Test experimental- 9p.yaml"
118
+ - name : " Test experimental/ 9p.yaml"
119
119
uses : nick-invision/retry@v2
120
120
with :
121
121
timeout_minutes : 30
122
122
retry_on : error
123
123
max_attempts : 3
124
- command : ./hack/test-example.sh examples/experimental- 9p.yaml
124
+ command : ./hack/test-example.sh examples/experimental/ 9p.yaml
125
125
- name : " Test vmnet.yaml"
126
126
uses : nick-invision/retry@v2
127
127
with :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Container orchestration:
34
34
Others:
35
35
- [ ` vmnet.yaml ` ] ( ./vmnet.yaml ) : ⭐enable [ ` vmnet.framework ` ] ( ../docs/network.md )
36
36
- [ ` deprecated/centos-7.yaml ` ] ( ./deprecated/centos-7.yaml ) : [ deprecated] CentOS 7
37
- - [ ` experimental- 9p.yaml ` ] ( experimental- 9p.yaml ) : use 9p mount type
37
+ - [ ` experimental/ 9p.yaml ` ] ( experimental/ 9p.yaml ) : [ experimental ] use 9p mount type
38
38
39
39
## Tier 1
40
40
File renamed without changes.
You can’t perform that action at this time.
0 commit comments