Skip to content

Commit d78d2ef

Browse files
committed
fix working directory
1 parent 74d447f commit d78d2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh/destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
title: Destroy namespace
2525
stage: Destroy
2626
image: cloudposse/build-harness:${{BUILD_HARNESS_VERSION}}
27-
working_directory: /build-harness/
27+
working_directory: /deploy/
2828
environment:
2929
- NAMESPACE=pr-${{CF_PULL_REQUEST_NUMBER}}-${{CF_REPO_NAME}}
3030
commands:

0 commit comments

Comments
 (0)