2 Commits

Author SHA1 Message Date
mnky f3ac85cfb4 Merge pull request 'ci: add temporary drone git auth debugging' (#6) from build/add-push-drone-pipeleine-2 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #6
2026-03-09 11:09:27 +00:00
Dennis Hundertmark 4ecd29996e ci: add temporary drone git auth debugging
continuous-integration/drone/pr Build is passing
2026-03-09 12:04:13 +01:00
+2
View File
@@ -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"