Commit 019770bb authored by nimrod's avatar nimrod
Browse files

Fixes.

- Don't include templates in templates.
  I now think that it can cause issues later on.

- ci-fairy complains if a job needs a missing jobs, but with hidden/
  templated jobs it doesn't work as expectee.
parent 65c5f5fc
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
---
include:
  - project: shore/ci-templates
    file: templates/pre-commit.yml

bats:
  stage: test
  image: adarnimrod/ci-images:bats
+2 −2
Original line number Diff line number Diff line
---
.build-wheel:
build-wheel:
  tags: [ns4.shore.co.il]
  stage: build
  image: python:slim
@@ -10,7 +10,7 @@
    paths:
      - dist/*.whl

.install-wheel:
install-wheel:
  tags: [ns4.shore.co.il]
  stage: test
  image: python:slim