Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save albertoperdomo/492175 to your computer and use it in GitHub Desktop.

Select an option

Save albertoperdomo/492175 to your computer and use it in GitHub Desktop.
the work-around is to get a console ("irb -rinit") and do "Integrity::Build.all.select { |b| b.commit.nil? }.each { |b| b.destroy! }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment