jenkins: fix misspelling

This commit is contained in:
2025-10-09 09:21:05 +02:00
parent 4dab52544e
commit 3b5bd07d20

2
Jenkinsfile vendored
View File

@@ -60,7 +60,7 @@ pipeline {
withCredentials([gitUsernamePassword(credentialsId: '3563e7c8-6a79-407c-9681-5d6e6291ba34')]) {
sh '''
git fetch origin
git cehckout master
git checkout master
git add .
git commit -m "Update repo from CI"
git push origin master