Commit 725e23e7 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove empty needs from build jobs

this should keep them from executing if the prevalidate stage already
failed
parent e0b6e4f4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,13 +26,11 @@
  extends:
    - .job-linux
  timeout: "4 minutes"
  needs: []

.build-job-windows:
  stage: build
  extends:
    - .job-windows
  needs: []
  timeout: "4 minutes"

# nothing to see here, basically an alias