Skip to content

Commit

Permalink
@fixup Add a CI job to retag MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 21, 2024
1 parent b0d3a6c commit 96bf279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ local part_definitions = {
["git", "checkout", "-b", "$TRUFFLERUBY_BRANCH"],
["git", "config", "--local", "user.email", "[email protected]"],
["git", "config", "--local", "user.name", "Retag MRI tests"],
["git", "add", "."],
["git", "commit", "-a", "-m", "Retag MRI tests"],
["git", "remote", "-v"],
["git", "push", "-f", "origin", "HEAD"],
Expand Down

0 comments on commit 96bf279

Please sign in to comment.