More CICD fixes again again again again again
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m0s
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m0s
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
This commit is contained in:
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=ssh_private_key \
|
||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config && \
|
||||
echo " UserKnownHostsFile /dev/null" >> ~/.ssh/config && \
|
||||
chmod 600 ~/.ssh/config && \
|
||||
ssh-keyscan -p 2222 kankali.darkhelm.lan >> ~/.ssh/known_hosts 2>/dev/null && \
|
||||
(ssh-keyscan -p 2222 kankali.darkhelm.lan >> ~/.ssh/known_hosts 2>/dev/null || echo "Warning: ssh-keyscan failed, continuing with StrictHostKeyChecking=no") && \
|
||||
echo "=== Extracting dependency files for optimized caching ===" && \
|
||||
GIT_SSH_COMMAND="ssh -F ~/.ssh/config" \
|
||||
git clone --depth 1 --branch main \
|
||||
@@ -130,7 +130,7 @@ RUN --mount=type=secret,id=ssh_private_key \
|
||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config && \
|
||||
echo " UserKnownHostsFile /dev/null" >> ~/.ssh/config && \
|
||||
chmod 600 ~/.ssh/config && \
|
||||
ssh-keyscan -p 2222 kankali.darkhelm.lan >> ~/.ssh/known_hosts 2>/dev/null && \
|
||||
(ssh-keyscan -p 2222 kankali.darkhelm.lan >> ~/.ssh/known_hosts 2>/dev/null || echo "Warning: ssh-keyscan failed, continuing with StrictHostKeyChecking=no") && \
|
||||
clone_ok=false && \
|
||||
for i in 1 2 3; do \
|
||||
echo "Clone attempt ${i}/3 from Gitea..." && \
|
||||
|
||||
Reference in New Issue
Block a user