OP#496 update Readme

This commit is contained in:
2026-03-14 18:56:34 +01:00
parent 8a5a5d8389
commit b20faf66fa

2
Jenkinsfile vendored
View File

@@ -87,7 +87,7 @@ stage('build and push image to gitlab') {
sh ''' sh '''
git checkout master git checkout master
git pull origin master git pull origin master
git rm -f Jenkinsfile git rm -f Jenkinsfile || echo "No Jenkinsfile to remove from git"
git rm -r --cached .vscode || echo "No .vscode to remove from git" git rm -r --cached .vscode || echo "No .vscode to remove from git"
git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_pgbouncer.git git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_pgbouncer.git
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \