Skip to content

Commit

Permalink
first cut pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 21, 2024
1 parent fbce85b commit b543a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit b543a8c

Please sign in to comment.