diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index 7ea590172..5ee5df819 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -85,8 +85,8 @@ generate_what_to_test_notes() { NOTES=$(git log --pretty='- %an: %s' "$LATEST_TAG"..HEAD) - echo "generate_what_to_test_notes: Generated notes:\n$NOTES" + echo "generate_what_to_test_notes: Generated notes:\n"$NOTES"" - echo $NOTES > $TESTFLIGHT_DIR_PATH/$TESTFLIGHT_NOTES_FILE_NAME + echo "$NOTES" > $TESTFLIGHT_DIR_PATH/$TESTFLIGHT_NOTES_FILE_NAME fi } \ No newline at end of file