Skip to content

Commit

Permalink
debug: output debug info to file
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Jul 26, 2023
1 parent 965e5b8 commit aa79e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CURRENT_COMMIT=$(git rev-parse HEAD)
echo ${CURRENT_COMMIT}
CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r ${CURRENT_COMMIT})
echo ${CHANGED_FILES}
echo ${CHANGED_FILES} > changed_files.txt
# Check if 'README.md' or '.yml' files are the only files changed
if [[ ${CHANGED_FILES} =~ ^(README\.md|.*\.yml)$ && ! ${CHANGED_FILES} =~ ^(?!.*(README\.md|.*\.yml)).*$ ]]; then
Expand Down

0 comments on commit aa79e4e

Please sign in to comment.