We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4705f commit 0dad6abCopy full SHA for 0dad6ab
bin/rails_master_hook.sh
@@ -41,6 +41,9 @@ if [ ! -e $LOCK_FILE ]; then
41
echo "▶ Updating Rails contributors..."
42
nice --adjustment=19 bin/update_rails_contributors.sh
43
44
+ # Explicitly cleanup on success
45
+ cleanup
46
+
47
echo "✓ Execution completed successfully"
48
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
49
fi
0 commit comments