Skip to content

Commit

Permalink
bbp.yamlがGitHubに非表示
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumi TACHIBANA committed Dec 23, 2022
1 parent 45372eb commit 8a00ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pipelines:
- git checkout main
- git pull
- git merge origin/main
- git rm -f bitbucket-pipelines.yml
- git commit -m “不要なファイル群の削除”
- git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Izumi TACHIBANA'; GIT_AUTHOR_EMAIL='tachibana@miyabilink.jp'; GIT_COMMITTER_NAME='Izumi TACHIBANA'; GIT_COMMITTER_EMAIL='tachibana@miyabilink.jp';" --tag-name-filter cat -- --all
- git push sync --tags
- git push -f sync main

0 comments on commit 8a00ab9

Please sign in to comment.