Skip to content

Commit 934f240

Browse files
committed
debug
1 parent 1d7a9fb commit 934f240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: runner.os == 'Windows'
138138
run: |
139139
git clone https://github.com/cdarlint/winutils.git C:/tmp/winutils
140-
LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* 2>/dev/null | sort -V | tail -n 1)
140+
LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* | sort -V | tail -n 1)
141141
echo "Latest Hadoop Directory: ${LATEST_HADOOP_DIR}"
142142
cp -R ${LATEST_HADOOP_DIR}/bin ${HADOOP_HOME}
143143
shell: bash

0 commit comments

Comments
 (0)