Skip to content

Commit

Permalink
fix(test): prepare connector libs path for iceberg sink test (#12579)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 authored Sep 28, 2023
1 parent f8a024f commit 1faa565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/scripts/e2e-iceberg-sink-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ set -euo pipefail

source ci/scripts/common.sh

# prepare environment
export CONNECTOR_LIBS_PATH="./connector-node/libs"

while getopts 'p:' opt; do
case ${opt} in
p )
Expand Down

0 comments on commit 1faa565

Please sign in to comment.