Compare commits

..

No commits in common. "05443e12ac4245f92d3f9bf5be6a21875a6932f6" and "a1a60b80255a4a2806871ceca94f8d217b2f4aff" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
fsGroup: 1001 fsGroup: 1001
initContainers: initContainers:
- name: wait-for-gitea - name: wait-for-gitea
image: busybox:1.36@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb image: busybox:1.28
command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"] command: ['sh', '-c', "until wget https://git.namesny.com 2>/dev/null; do echo waiting for gitea; sleep 2; done"]
containers: containers:
- name: runner - name: runner