Skip to content

Commit

Permalink
fix: set fail status back for deactivate workflow (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Dec 19, 2023
1 parent 48f1397 commit 5a9f0a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/use-ks-gh-deactivate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
KS_DEPLOY_WRITE_OUTPUT_FILE=${KS_DEPLOY_WRITE_OUTPUT_FILE:-"kontinuous-deployment-output.log"}
if [ ! -f "$KS_DEPLOY_WRITE_OUTPUT_FILE" ]; then
echo 'see previous steps to inspect full logs'
exit 0
exit 1
fi
cat $KS_DEPLOY_WRITE_OUTPUT_FILE
exit 0
exit 1
4 changes: 2 additions & 2 deletions .github/workflows/use-ks-wh-deactivate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
KS_DEPLOY_WRITE_OUTPUT_FILE=${KS_DEPLOY_WRITE_OUTPUT_FILE:-"kontinuous-deployment-output.log"}
if [ ! -f "$KS_DEPLOY_WRITE_OUTPUT_FILE" ]; then
echo 'see previous steps to inspect full logs'
exit 0
exit 1
fi
cat $KS_DEPLOY_WRITE_OUTPUT_FILE
exit 0
exit 1

0 comments on commit 5a9f0a5

Please sign in to comment.