Skip to content

Commit 9a9764c

Browse files
committed
Update test pipeline
1 parent c9579a6 commit 9a9764c

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
- 'export HELM_NAME_ARG="$( [ -n "${{CHART_NAME}}" ] && printf -- "--name %s"
3724
"${{CHART_NAME}}" )"'
3825
- 'export HELM_CHART_VERSION_ARG="$( [ -n "${{CHART_VERSION}}" ] && printf --

0 commit comments

Comments
 (0)