Skip to content
  1. Jan 13, 2021
  2. Jan 02, 2021
  3. Nov 30, 2020
    • nimrod's avatar
      Common gitlab-ci.yml. · 90b5ac0e
      nimrod authored
      - Disable the Docker pre-commit checks only in CI (the issue doesn't
      happen locally).
      - Pull images during the build stage.
      90b5ac0e
  4. Nov 21, 2020
    • nimrod's avatar
      Run the pre-commit job anywhere. · f473e2d2
      nimrod authored
      There's no need to run it in a specific runner, but I did because I
      set tags on the runners but didn't set them to run untagged (fixed in
      gitlab-runner-docker@dfc42dda).
      f473e2d2
    • nimrod's avatar
      pre-commit. · c01dbf14
      nimrod authored
      Setup pre-commit and add it to CI. Correct a few things as well.
      c01dbf14
    • nimrod's avatar
      Alwasy build from scratch. · e6932424
      nimrod authored
      Pull a new image and build without caching. I want updates for existing
      packages without changing files.
      e6932424
    • nimrod's avatar
      Initial work. · 4da0bf95
      nimrod authored
      - Image with Debian, Python and Golang packages installed.
      - Deployment with Docker Compose and GitLab CI.
      4da0bf95