Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kubero-dev/docker-images
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jun 6, 2024
2 parents a28d95e + 7ccdce3 commit f0914e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packs/fetch/build/init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

#echo "========= load deployment keys"
#eval `ssh-agent`
#ssh-add /root/.ssh/*
Expand All @@ -26,7 +28,7 @@ touch ~/.ssh/known_hosts
chmod -v 644 ~/.ssh/known_hosts

echo "========== whipe the app dir"
rm -rf /app/* /app/.* >> /dev/null 2>&1
rm -rf /app/* /app/.* >> /dev/null 2>&1 || true
echo "Done"

echo "========== Clone Repository from $GIT_REPOSITORY"
Expand Down

0 comments on commit f0914e3

Please sign in to comment.