Skip to content

Commit

Permalink
💚 not to add go.mod & go.sum when /format runs
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed May 26, 2020
1 parent 7d5c1d1 commit b1c4200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:
sudo make prettier/install
# sudo make dockfmt/install
echo "Update license headers and format go codes/yaml/Dockerfile"
echo "Update license headers and format go codes/yaml"
make update/goimports
make format/yaml
Expand All @@ -448,8 +448,8 @@ jobs:
git config --global user.name "vdaas-ci"
git config --global user.email "[email protected]"
git add .
git commit --signoff -m ":robot: Update license headers and formatting go codes"
git add cmd example hack internal k8s pkg
git commit --signoff -m ":robot: Update license headers / Format go codes and yaml files"
git remote set-url origin "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
Expand Down

0 comments on commit b1c4200

Please sign in to comment.