Skip to content

Commit d5358a4

Browse files
committed
Fix test pipeline
1 parent 3163770 commit d5358a4

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

deployment/codefresh-test.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,13 @@ steps:
1313
repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}'
1414
revision: '${{CF_BRANCH}}'
1515
git: github
16-
post_main_clone:
17-
title: Post main clone
18-
type: parallel
19-
stage: prepare
20-
steps:
21-
clone_cloud_harness:
22-
title: Cloning cloud-harness repository...
23-
type: git-clone
24-
stage: prepare
25-
repo: https://github.com/MetaCell/cloud-harness.git
26-
revision: '${{CLOUDHARNESS_BRANCH}}'
27-
working_directory: .
28-
git: github
2916
prepare_deployment:
3017
title: Prepare helm chart
3118
image: python:3.12
3219
stage: prepare
3320
working_directory: .
3421
commands:
35-
- bash cloud-harness/install.sh
22+
- bash ./install.sh
3623
- harness-deployment . -n test-${{NAMESPACE_BASENAME}} -d ${{DOMAIN}} -r ${{REGISTRY}}
3724
-rs ${{REGISTRY_SECRET}} -e test --write-env --cache-url '${{IMAGE_CACHE_URL}}'
3825
-N -i samples

0 commit comments

Comments
 (0)