Skip to content

Commit 5812a54

Browse files
fl-matic-rupnikLukaAvbreht
authored andcommitted
Revert "feat: added image release to pipeline"
This reverts commit 333bfdc285b7dc66a8df713adbb59b35d55e8252.
1 parent db79954 commit 5812a54

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ stages:
22
- build
33
- test
44
- report
5-
- release-image
65

76
workflow:
87
rules:
@@ -12,8 +11,8 @@ workflow:
1211
- if: $CI_COMMIT_BRANCH
1312

1413
variables:
15-
NODE_VERSION: '24.12.0'
16-
PNPM_STORE_DIR: '.pnpm-store'
14+
NODE_VERSION: "24.12.0"
15+
PNPM_STORE_DIR: ".pnpm-store"
1716

1817
.pnpm-setup:
1918
before_script:
@@ -38,10 +37,6 @@ include:
3837
- component: gitlab.com/flarenetwork/ci-components-private/test-docker-build@2
3938
inputs:
4039
push_to_artifact_registry: true
41-
- component: gitlab.com/flarenetwork/ci-components-private/release-image@2
42-
inputs:
43-
image_name: 'verifier-indexer-api'
44-
helm_chart_dir: 'commit_tag'
4540

4641

4742
build-app:

0 commit comments

Comments
 (0)