Skip to content

Commit f2966f0

Browse files
committed
pipeline fix
1 parent 4e19e92 commit f2966f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/codefresh-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ steps:
4848
working_directory: .
4949
commands:
5050
- bash cloud-harness/install.sh
51-
- harness-deployment cloud-harness . -d ${{DOMAIN}} -r ${{REGISTRY}} -rs '${{REGISTRY_SECRET}}'
52-
-n ${{NAMESPACE}} --write-env -e dev --cache-url '${{IMAGE_CACHE_URL}}' -i osb-portal
51+
- harness-deployment cloud-harness . -d ${{DOMAIN}} -r ${{REGISTRY}} -rs ${{REGISTRY_SECRET}}
52+
-n ${{NAMESPACE}} --write-env -e dev --cache-url ${{IMAGE_CACHE_URL}} -i osb-portal
5353
- cat deployment/.env >> ${{CF_VOLUME_PATH}}/env_vars_to_export
5454
- cat ${{CF_VOLUME_PATH}}/env_vars_to_export
5555
prepare_deployment_view:

0 commit comments

Comments
 (0)