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