OP#414 edit mirror

This commit is contained in:
12ww1160
2026-02-06 14:01:21 +01:00
parent 4cef1887ed
commit 2aa2de9e5c

2
Jenkinsfile vendored
View File

@@ -112,7 +112,7 @@ pipeline {
git rm -f Jenkinsfile
git rm -r --cached .vscode || echo "No .vscode to remove from git"
git commit --amend --no-edit --allow-empty
git remote add master https://gitea.confdroid.com/confdroid/confdroid_gitea.git
git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_gitea.git
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
push master --mirror
'''