From 39065b15a63d127be2b6b33064dcd5db728d8976 Mon Sep 17 00:00:00 2001 From: Tanveer143s <116706588+Tanveer143s@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:53:11 +0530 Subject: [PATCH] feat: removed ls command from readme.sh --- src/readme.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/readme.sh b/src/readme.sh index 21cf89f..fbf6103 100755 --- a/src/readme.sh +++ b/src/readme.sh @@ -6,8 +6,7 @@ function readme { cd .. && rsync -av --progress workspace/. /github/workspace/new-workflow --exclude new-workflow && cd /github/workspace/new-workflow cd .. && cd .. && cd .. git clone https://$1@github.com/clouddrove/genie.git - pwd && ls -la cd /github/workspace/new-workflow make packages/install/gomplate make readme -} \ No newline at end of file +}