Skip to content

Commit d111732

Browse files
committed
Fix test pipeline
1 parent 0585050 commit d111732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/codefresh-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
stage: prepare
2020
working_directory: .
2121
commands:
22-
- bash cloud-harness/install.sh
22+
- bash install.sh
2323
- harness-deployment . -n test-${{NAMESPACE_BASENAME}} -d ${{DOMAIN}} -r ${{REGISTRY}}
2424
-rs ${{REGISTRY_SECRET}} -e test --write-env -N -i samples
2525
- cat deployment/.env >> ${{CF_VOLUME_PATH}}/env_vars_to_export

0 commit comments

Comments
 (0)