Skip to content

Commit dcf1f09

Browse files
authored
Merge pull request #856 from Cosmo-Tech/DSE/run_client_tests
fix: include all generated client files
2 parents 2fc0b41 + ab9dba4 commit dcf1f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clients/build_override/git_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rm -rf "${WORKING_DIR:?}/*"
6565
# Adds the files in the local repository
6666
GENERATED_SOURCES_DIR=$(realpath "${CURRENT_SCRIPT_DIR}/..")
6767
echo "Copy everything from ${GENERATED_SOURCES_DIR} to ${WORKING_DIR}..."
68-
cp -r "${GENERATED_SOURCES_DIR}"/* "${WORKING_DIR:?}"/
68+
cp -r "${GENERATED_SOURCES_DIR}"/. "${WORKING_DIR:?}"/
6969

7070
pushd "${WORKING_DIR}" || exit 1
7171

0 commit comments

Comments
 (0)