- Oct 23, 2021
-
-
nimrod authored
Merge the ci-templates and ci-images repositories.
-
- Oct 08, 2021
-
-
nimrod authored
Can't mix and match or override rules and when.
-
- Oct 03, 2021
-
-
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.
-
- Sep 19, 2021
-
-
nimrod authored
Test all of the files in the repo, otherwise most (all?) hooks will not even run.
-
- Sep 16, 2021
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
First of all, I'm replacing the hadolint hook that I maintained with the one from https://github.com/AleksaC/hadolint-py and the docker-compose hook with the new one I maintain at https://git.shore.co.il/nimrod/pre-commit-hooks. Both don't require Docker at all (just regular Python). Also, with https://github.com/pre-commit/pre-commit/issues/1387 and then https://github.com/pre-commit/pre-commit/issues/1918 resolved, the original hooks that required Docker should work anyway. I'm keeping the gitlab-ci hook disable for now, the 401 issue is still present and there's little point in validating the CI config while it's running (it is running after all).
-
nimrod authored
-
- Sep 11, 2021
- Aug 14, 2021
-
-
nimrod authored
Solves the issue with twine complaining about syntax errors in the long_description.
-
- Aug 11, 2021
-
-
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.
-
- Jul 31, 2021
- Jul 20, 2021
-
-
nimrod authored
-
- Jul 04, 2021
- Jun 04, 2021
-
-
nimrod authored
At this point, it's already processed by GitLab CI so there's little point in running the same thing again.
-
- May 22, 2021
- May 21, 2021
- May 10, 2021
- May 02, 2021
-
-
nimrod authored
- Set a default TF_ROOT and use it. - Use a template job to keep it DRY.
-
nimrod authored
Was part of debugging the CI linter. Not useful anymore.
-
nimrod authored
Fix the breaking hook as well.
-
nimrod authored
All templates need at least a single job (not a template job) in them. Instead of copying and pasting.
-
nimrod authored
-
- Apr 29, 2021
-
-
nimrod authored
No need to wait for other jobs to finish.
-
- Apr 28, 2021
-
-
nimrod authored
Until I add Terraform to the image or something.
-
- Apr 24, 2021
-
-
nimrod authored
-