Skip to content
  1. Mar 12, 2022
    • nimrod's avatar
      Add the Hashicorp repository to the pre-commit image. · 0b5b163b
      nimrod authored
      Sometimes Terraform or Packer are needed. This will make it as all that
      will be needed is an `apt-get update && apt-get install -y terraform`
      without making the image bigger than it needs to be.
      0b5b163b
  2. Mar 03, 2022
  3. Feb 12, 2022
  4. Dec 23, 2021
    • nimrod's avatar
      Small fix. · b4ca6535
      nimrod authored
      It should be a list of strings.
      b4ca6535
  5. Nov 09, 2021
  6. Nov 05, 2021
  7. Oct 30, 2021
  8. Oct 24, 2021
  9. Oct 23, 2021
  10. Oct 08, 2021
  11. Oct 03, 2021
    • nimrod's avatar
      Don't run pre-commit on scheduled builds. · ec4e732a
      nimrod authored
      There's really no point in it. I usually keep the master branch
      buildable and working so running pre-commit is a waste of time and a
      source for failed builds that shouldn't be.
      ec4e732a
  12. Sep 19, 2021
  13. Sep 16, 2021
  14. Sep 11, 2021
  15. Aug 14, 2021
    • nimrod's avatar
      Build wheels using build. · 3c1786e9
      nimrod authored
      Solves the issue with twine complaining about syntax errors in the
      long_description.
      3c1786e9
  16. Aug 11, 2021
    • nimrod's avatar
      Check built wheels using Twine. · ef50e93d
      nimrod authored
      It's the supported option nowadays and I put it in the after_script
      section so it won't break anything if it fails.
      ef50e93d
  17. Jul 31, 2021