Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4bdd36d

Browse files
committed
Fix wrong controller branch refs
1 parent d99f574 commit 4bdd36d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/build-snapshot-controller.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
"workflow_dispatch": {
5050
"owner": "spring-cloud",
5151
"repo": "spring-cloud-deployer",
52-
"ref": "2.9.x",
52+
"ref": "2.7.x",
5353
"workflow": "build-snapshot-worker.yml"
5454
}
5555
},
@@ -59,7 +59,7 @@ jobs:
5959
"workflow_dispatch": {
6060
"owner": "spring-cloud",
6161
"repo": "spring-cloud-deployer-local",
62-
"ref": "2.9.x",
62+
"ref": "2.7.x",
6363
"workflow": "build-snapshot-worker.yml"
6464
}
6565
},
@@ -69,7 +69,7 @@ jobs:
6969
"workflow_dispatch": {
7070
"owner": "spring-cloud",
7171
"repo": "spring-cloud-deployer-cloudfoundry",
72-
"ref": "2.9.x",
72+
"ref": "2.7.x",
7373
"workflow": "build-snapshot-worker.yml"
7474
}
7575
},
@@ -79,7 +79,7 @@ jobs:
7979
"workflow_dispatch": {
8080
"owner": "spring-cloud",
8181
"repo": "spring-cloud-deployer-kubernetes",
82-
"ref": "2.9.x",
82+
"ref": "2.7.x",
8383
"workflow": "build-snapshot-worker.yml"
8484
}
8585
},
@@ -89,7 +89,7 @@ jobs:
8989
"workflow_dispatch": {
9090
"owner": "spring-cloud",
9191
"repo": "spring-cloud-common-security-config",
92-
"ref": "2.9.x",
92+
"ref": "1.7.x",
9393
"workflow": "build-snapshot-worker.yml"
9494
}
9595
},
@@ -99,7 +99,7 @@ jobs:
9999
"workflow_dispatch": {
100100
"owner": "spring-cloud",
101101
"repo": "spring-cloud-skipper",
102-
"ref": "2.9.x",
102+
"ref": "2.8.x",
103103
"workflow": "build-snapshot-worker.yml"
104104
}
105105
},
@@ -109,7 +109,7 @@ jobs:
109109
"workflow_dispatch": {
110110
"owner": "spring-cloud",
111111
"repo": "spring-cloud-dataflow-ui",
112-
"ref": "2.9.x",
112+
"ref": "3.2.x",
113113
"workflow": "build-snapshot-worker.yml"
114114
}
115115
},

.github/workflows/milestone-controller.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
"workflow_dispatch": {
5353
"owner": "spring-cloud",
5454
"repo": "spring-cloud-deployer",
55-
"ref": "2.9.x",
55+
"ref": "2.7.x",
5656
"workflow": "milestone-worker.yml"
5757
}
5858
},
@@ -62,7 +62,7 @@ jobs:
6262
"workflow_dispatch": {
6363
"owner": "spring-cloud",
6464
"repo": "spring-cloud-deployer-local",
65-
"ref": "2.9.x",
65+
"ref": "2.7.x",
6666
"workflow": "milestone-worker.yml"
6767
}
6868
},
@@ -72,7 +72,7 @@ jobs:
7272
"workflow_dispatch": {
7373
"owner": "spring-cloud",
7474
"repo": "spring-cloud-deployer-cloudfoundry",
75-
"ref": "2.9.x",
75+
"ref": "2.7.x",
7676
"workflow": "milestone-worker.yml"
7777
}
7878
},
@@ -82,7 +82,7 @@ jobs:
8282
"workflow_dispatch": {
8383
"owner": "spring-cloud",
8484
"repo": "spring-cloud-deployer-kubernetes",
85-
"ref": "2.9.x",
85+
"ref": "2.7.x",
8686
"workflow": "milestone-worker.yml"
8787
}
8888
},
@@ -92,7 +92,7 @@ jobs:
9292
"workflow_dispatch": {
9393
"owner": "spring-cloud",
9494
"repo": "spring-cloud-common-security-config",
95-
"ref": "2.9.x",
95+
"ref": "1.7.x",
9696
"workflow": "milestone-worker.yml"
9797
}
9898
},
@@ -102,7 +102,7 @@ jobs:
102102
"workflow_dispatch": {
103103
"owner": "spring-cloud",
104104
"repo": "spring-cloud-skipper",
105-
"ref": "2.9.x",
105+
"ref": "2.8.x",
106106
"workflow": "milestone-worker.yml"
107107
}
108108
},
@@ -112,7 +112,7 @@ jobs:
112112
"workflow_dispatch": {
113113
"owner": "spring-cloud",
114114
"repo": "spring-cloud-dataflow-ui",
115-
"ref": "2.9.x",
115+
"ref": "3.2.x",
116116
"workflow": "milestone-worker.yml"
117117
}
118118
},

.github/workflows/release-controller.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
"workflow_dispatch": {
5050
"owner": "spring-cloud",
5151
"repo": "spring-cloud-deployer",
52-
"ref": "2.9.x",
52+
"ref": "2.7.x",
5353
"workflow": "release-worker.yml"
5454
}
5555
},
@@ -59,7 +59,7 @@ jobs:
5959
"workflow_dispatch": {
6060
"owner": "spring-cloud",
6161
"repo": "spring-cloud-deployer-local",
62-
"ref": "2.9.x",
62+
"ref": "2.7.x",
6363
"workflow": "release-worker.yml"
6464
}
6565
},
@@ -69,7 +69,7 @@ jobs:
6969
"workflow_dispatch": {
7070
"owner": "spring-cloud",
7171
"repo": "spring-cloud-deployer-cloudfoundry",
72-
"ref": "2.9.x",
72+
"ref": "2.7.x",
7373
"workflow": "release-worker.yml"
7474
}
7575
},
@@ -79,7 +79,7 @@ jobs:
7979
"workflow_dispatch": {
8080
"owner": "spring-cloud",
8181
"repo": "spring-cloud-deployer-kubernetes",
82-
"ref": "2.9.x",
82+
"ref": "2.7.x",
8383
"workflow": "release-worker.yml"
8484
}
8585
},
@@ -89,7 +89,7 @@ jobs:
8989
"workflow_dispatch": {
9090
"owner": "spring-cloud",
9191
"repo": "spring-cloud-common-security-config",
92-
"ref": "2.9.x",
92+
"ref": "1.7.x",
9393
"workflow": "release-worker.yml"
9494
}
9595
},
@@ -99,7 +99,7 @@ jobs:
9999
"workflow_dispatch": {
100100
"owner": "spring-cloud",
101101
"repo": "spring-cloud-skipper",
102-
"ref": "2.9.x",
102+
"ref": "2.8.x",
103103
"workflow": "release-worker.yml"
104104
}
105105
},
@@ -109,7 +109,7 @@ jobs:
109109
"workflow_dispatch": {
110110
"owner": "spring-cloud",
111111
"repo": "spring-cloud-dataflow-ui",
112-
"ref": "2.9.x",
112+
"ref": "3.2.x",
113113
"workflow": "release-worker.yml"
114114
}
115115
},

0 commit comments

Comments
 (0)