Skip to content

Commit

Permalink
fix: do not push empty commits
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Nov 1, 2021
1 parent 8e1f771 commit e5a6d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release/promote-jx-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ git clone https://github.com/jenkins-x/jx-docs.git

cd jx-docs
sed -i "s/release = \".*\"/release = \"${JX_VERSION}\"/" config.toml
git commit --allow-empty -a -m "chore: upgrade jx version"
git commit -a -m "chore: upgrade jx version"
git push

0 comments on commit e5a6d7b

Please sign in to comment.