We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d7522 commit a2fc338Copy full SHA for a2fc338
1 file changed
deployment/codefresh-test.yaml
@@ -13,18 +13,6 @@ steps:
13
repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}'
14
revision: '${{CF_BRANCH}}'
15
git: github
16
- post_main_clone:
17
- title: Post main clone
18
- type: parallel
19
- stage: prepare
20
- steps:
21
- - title: Cloning cloud-harness repository...
22
- type: git-clone
23
24
- repo: https://github.com/MetaCell/cloud-harness.git
25
- revision: '${{CLOUDHARNESS_BRANCH}}'
26
- working_directory: .
27
- git: github
28
prepare_deployment:
29
title: Prepare helm chart
30
image: python:3.9.10
0 commit comments