dd
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-29 16:13:57 +02:00
parent 5f305275ed
commit 000697d38f

View file

@ -19,6 +19,9 @@ if ! [ -f "./id_ed25519" ]; then
echo -e "${RED}SSH-Private-Key is missing!${RESET}" echo -e "${RED}SSH-Private-Key is missing!${RESET}"
exit 1 exit 1
fi fi
if ! [ -f "~/.git-credentials" ]; then
echo -e "${RED}~/.git-credentials not Found!${RESET}"
fi
docker pull ${IMAGE} docker pull ${IMAGE}