Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 21, 2024
1 parent 1d7a9fb commit 934f240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: runner.os == 'Windows'
run: |
git clone https://github.com/cdarlint/winutils.git C:/tmp/winutils
LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* 2>/dev/null | sort -V | tail -n 1)
LATEST_HADOOP_DIR=$(ls -d C:/tmp/winutils/hadoop-${HADOOP_VERSION}* | sort -V | tail -n 1)
echo "Latest Hadoop Directory: ${LATEST_HADOOP_DIR}"
cp -R ${LATEST_HADOOP_DIR}/bin ${HADOOP_HOME}
shell: bash
Expand Down

0 comments on commit 934f240

Please sign in to comment.