Fix CURDIR env var

This commit is contained in:
Denis Hananein 2024-08-20 12:03:35 +02:00
parent 51243d122b
commit 99be80b349

View File

@ -4,4 +4,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
${CLICKHOUSE_LOCAL} --copy < $CUR_DIR/data_json/twitter.jsonl
${CLICKHOUSE_LOCAL} --copy < $CURDIR/data_json/twitter.jsonl