Skip to content

Commit a3eb546

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 execution control and better
1 parent 7de9101 commit a3eb546

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

manifests/installation-script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
LTAG="v1.6.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
3-
sleep(180);
3+
ignore = shellScript sleep50;
4+
ignore = shellScript sleep50;
5+
ignore = shellScript sleep50;
46
log("executed devtron setup installation");

0 commit comments

Comments
 (0)