Removing CI skip
This commit is contained in:
parent
bbc2d65b90
commit
f4b87b1de0
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ steps:
|
|||
- git config --global user.name "${author_name:-Bot}"
|
||||
- git add -f infos_persos.tex
|
||||
- git status
|
||||
- git commit -m "Update age in infos_persos.tex [CI SKIP]"
|
||||
- git push origin "${CI_REPO_DEFAULT_BRANCH}" -o ci.skip
|
||||
- git commit -m "Update age in infos_persos.tex"
|
||||
- git push origin "${CI_REPO_DEFAULT_BRANCH}"
|
||||
environment:
|
||||
# GIT_SSH_COMMAND: "ssh -i ~/.ssh/id_ed25519 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||
author_name: "Woodpecker CI"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue