diff --git a/.drone.yml b/.drone.yml index 6b3fc06..0977906 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,8 @@ steps: - git clone https://gitea.mnky-code.de/mnky/k8s-manifests.git - cd k8s-manifests - git remote set-url origin "https://${GITEA_USERNAME}:${GITEA_TOKEN}@gitea.mnky-code.de/mnky/k8s-manifests.git" + - git ls-remote origin + - sleep 600 - 'sed -i "s|image: gitea.mnky-code.de/mnky/ngrx-playground:.*|image: gitea.mnky-code.de/mnky/ngrx-playground:${DRONE_COMMIT_SHA}|" ngrx-playground/deployment.yaml' - git config user.name "drone" - git config user.email "drone@mnky-code.de"