test: remove mapping pipeline (duplicate with core)

This commit is contained in:
Wieland Schöbl
2021-08-05 15:20:16 +02:00
parent ccb4cedc5f
commit 4861f7d22c
2 changed files with 1 additions and 235 deletions

View File

@@ -44,17 +44,6 @@ scheduled-audit:
only:
- schedules
mapping:
dependencies:
- build
stage: test
services:
- name: registry.gitlab.com/openstapps/database:master
alias: elasticsearch
script:
- npm install @openstapps/core
- node lib/cli.js put-es-templates ./node_modules/@openstapps/core/src http://elasticsearch:9200/ "pattern,see,minlength,tjs-format"
package:
dependencies:
- build