From b543a8cddc4239edb340d7e416adb3ae70a6acf5 Mon Sep 17 00:00:00 2001 From: Niranjan Awati Date: Fri, 21 Jun 2024 16:05:56 +0530 Subject: [PATCH] first cut pipeline --- .github/workflows/wkflw.dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wkflw.dev.yaml b/.github/workflows/wkflw.dev.yaml index 1f2aa59..3f87d7c 100644 --- a/.github/workflows/wkflw.dev.yaml +++ b/.github/workflows/wkflw.dev.yaml @@ -41,8 +41,8 @@ jobs: - name: Clone telegnotify repository to Raspberry pi and compile it run: | ssh ${RASPBERRY_PI_UNAME}@${RASPBERRY_PI_IP} " - mkdir -p /home/${RASPBERRY_PI_UNAME}/source/github.com/eensymachines.in/telegnotify - cd /home/${RASPBERRY_PI_UNAME}/source/github.com/eensymachines.in/telegnotify + mkdir -p "/home/${RASPBERRY_PI_UNAME}/source/github.com/eensymachines.in/telegnotify" + cd "/home/${RASPBERRY_PI_UNAME}/source/github.com/eensymachines.in/telegnotify" if [ -z $(ls -A "/home/${RASPBERRY_PI_UNAME}/source/github.com/eensymachines.in/telegnotify") ]; then\ git clone ${REPO_URL}\ else\