ci: Do not fail when trying to update the checklist
This commit is contained in:
parent
174a08486e
commit
08578d498c
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -87,8 +87,8 @@ pipeline {
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git add COMPLETED.md
|
git add COMPLETED.md
|
||||||
git commit -m "[BOT] Update completed.md"
|
git commit -m "[BOT] Update completed.md" || true
|
||||||
git push
|
git push || true
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue