From 071d748898dea060b328187f7a1041049ab45b6c Mon Sep 17 00:00:00 2001 From: Mark Do Date: Sat, 1 Jun 2024 12:36:33 +0000 Subject: [PATCH] Removed debug echos --- src/run.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/run.sh b/src/run.sh index 264ddb8..73a63de 100644 --- a/src/run.sh +++ b/src/run.sh @@ -1,30 +1,15 @@ #!/bin/bash -echo sus1 - -ls -l /root/.ssh -cat /root/.ssh/id_rsa - # Set permissions for the SSH key chmod 600 /root/.ssh/id_rsa -echo sus2 - # Add the Git host to the list of known hosts ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts -echo sus3 -sleep 120 - # Clone the repository using the deploy key git clone -b hepromark/asset-kubernetes2 git@github.com:WATonomous/infra-config.git # Install libraries pip install -r requirements.txt -echo $ACCESS_TEMP -echo $SECRET_TEMP -echo $ACCESS_PERM -echo $SECRET_PERM - python3 main.py