Skip to content

Commit

Permalink
fix: ci-cd - moved check-helmreadme to test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Sep 6, 2024
1 parent f33c8ce commit 6051242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ default:
command: [ "dockerd-entrypoint.sh" ]

stages:
- lint
- test
- deploy

Expand Down Expand Up @@ -202,7 +201,7 @@ e2e:
- $E2E_TEST == "true"

check-helmreadme:
stage: lint
stage: test
image: node:lts-alpine3.20
before_script:
- ln -s $CI_PROJECT_DIR/deploy/docker/helm/search-solr/src/main/chart /tmp/search-solr && cp /tmp/search-solr/README.md /tmp/README_search-solr.md
Expand Down

0 comments on commit 6051242

Please sign in to comment.