We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6897187 commit 4acaf83Copy full SHA for 4acaf83
1 file changed
.github/workflows/run_tests.yml
@@ -104,8 +104,7 @@ jobs:
104
echo "Writing db2dsdriver.cfg to $CFG_DIR"
105
mkdir -p "$CFG_DIR"
106
107
- # Write the XML without leading whitespace
108
- cat > "$CFG_DIR/db2dsdriver.cfg" <<-EOF
+ cat > "$CFG_DIR/db2dsdriver.cfg" <<EOF
109
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
110
<configuration>
111
<dsncollection>
@@ -119,7 +118,7 @@ jobs:
119
118
</database>
120
</databases>
121
</configuration>
122
- EOF
+ EOF
123
124
echo "--- db2dsdriver.cfg content ---"
125
cat "$CFG_DIR/db2dsdriver.cfg"
0 commit comments