Skip to content

Commit a705513

Browse files
committed
K8S-315 fix formatting
1 parent 83ef3b5 commit a705513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/upgrade.jps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ actions:
158158
- version: ${this}
159159
manifestUrl: ${baseUrl}/manifest.jps
160160
envName: ${env.name}
161-
envAppid: ${env.appid}
161+
envAppid: ${env.appid}
162162
script: |
163163
function deepCopy(obj) { return toNative(new org.json.JSONObject(obj)); }
164164
function applyIf(obj, config) { for (var prop in config) { if (typeof obj[prop] == "undefined" || obj[prop] == null) { obj[prop] = config[prop]; } } return obj; }
@@ -232,7 +232,7 @@ actions:
232232
}
233233

234234
return { result: 0 };
235-
235+
236236
upgrade-masters-cluster:
237237
- cmd[${this.id}]: |-
238238
while true; do echo "$(kubectl get nodes --no-headers 2>/dev/null)" | grep -qv '\sReady\s' || break; sleep 3; done

0 commit comments

Comments
 (0)