Skip to content
.gitlab-ci.yml 388 B
Newer Older
nimrod's avatar
nimrod committed
---
include:
  - project: shore/ci-templates
    file: templates/pre-commit.yml
  - project: shore/ci-templates
    file: templates/docker.yml
nimrod's avatar
nimrod committed
  - project: shore/ci-templates
    file: templates/notify.yml
nimrod's avatar
nimrod committed
docker-build:
nimrod's avatar
nimrod committed
  extends: .docker-build-shore
  tags: [ns4.shore.co.il]
  except:
    - master

nimrod's avatar
nimrod committed
docker-push:
nimrod's avatar
nimrod committed
  extends: .docker-push
nimrod's avatar
nimrod committed
  tags: [ns4.shore.co.il]
  except:
    - master