Commit 9efabf03 authored by nimrod's avatar nimrod
Browse files

Remove the manual stages order.

Not needed now that pre-commit runs in the .pre stage.
parent 9f957ef6
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -5,11 +5,6 @@ include:
  - project: shore/ci-stuff
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

build:
  extends: .compose-build
  tags: [kodi.shore.co.il]