Commit 6336d275 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

more

parent 07f48efd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@
#   before_script:
#     - mkdir /db
#     - cd app
image: registry.gitlab.com/just-ci/images/python:slim
include:
  - local: python/generic.yml

python:django:migrations:
  stage: test
@@ -21,3 +22,4 @@ python:django:migrations:
      else
        echo "[+] Looks good, no need for any new migrations."
      fi
  needs: []
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ python:safety:
    - !reference [".python:pre", script]
    - pip3 install . || true # installs package only if available
    - safety check
  needs: []