Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Skip CI for automated commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Jan 12, 2020
1 parent f9dfc3a commit 41b8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ git config --global user.name ${GIT_USER}
git config --global user.email ${GIT_EMAIL}
cd mailcow-apiblueprint
git add .
git commit -m "Automated generation of output.html for commit ${DRONE_COMMIT:0:10}"
git commit -m "[CI SKIP] Automated generation of output.html for commit ${DRONE_COMMIT:0:10}"
git push

0 comments on commit 41b8e0a

Please sign in to comment.