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 d4d4944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ local part_definitions = {
["git", "checkout", "-b", "$TRUFFLERUBY_BRANCH"],
["git", "config", "--local", "user.email", "you@example.com"],
["git", "config", "--local", "user.name", "Retag MRI tests"],
["git", "commit", "-a", "-m", "Retag MRI tests"],
["git", "add", "."],
["git", "commit", "-m", "Retag MRI tests"],
["git", "remote", "-v"],
["git", "push", "-f", "origin", "HEAD"],
],
Expand Down

0 comments on commit d4d4944

Please sign in to comment.