Skip to content

Commit 291e02d

Browse files
Update installation script to replace sleep with shellScript
Replaced the fixed sleep duration with repeated shellScript calls to improve the script's flexibility and manageability. This change aims to enhance the installation process by providing clearer
1 parent a3eb546 commit 291e02d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

manifests/installation-script

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LTAG="v1.6.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
3+
shebang = `#!/bin/bash
4+
`;
5+
sleep50 = shebang + `
6+
sleep 50`;
37
ignore = shellScript sleep50;
48
ignore = shellScript sleep50;
59
ignore = shellScript sleep50;

0 commit comments

Comments
 (0)