From 6d78a7ba0cdfc5b8adda2b73c8bdfe9d43f76f5a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Jul 2023 09:59:58 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 3 --- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c96d0c9..8c05e3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,6 @@ auditDevDependencies: testStable: stage: test script: - - npmci node install stable - npmci npm install - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ @@ -62,7 +61,6 @@ testStable: testBuild: stage: test script: - - npmci node install stable - npmci npm install - npmci npm build coverage: /\d+.?\d+?\%\s*coverage/ @@ -72,7 +70,6 @@ testBuild: release: stage: release script: - - npmci node install stable - npmci npm publish only: - tags diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 57d04b2..5059fc4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@mojoio/elasticsearch', - version: '1.0.34', + version: '1.0.35', description: 'log to elasticsearch in a kibana compatible format' }