Skip to content

Commit

Permalink
Remove outdated line from download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Dec 7, 2023
1 parent 455b848 commit 019cff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vast_pipeline/tests/regression-data/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ echo "Unzipping archive to ${TMPDIR} ..."
unzip -q -d ${TMPDIR} ${TMPFILE}

echo "Moving data to relevant directory..."
#mv ${TMPDIR}/VAST_PIPELINE_TEST_DATASET/* $(pwd)/.
mv ${TMPDIR}/pipeline-test-data/* $(pwd)/.

echo "Deleting temporary files..."
Expand Down

0 comments on commit 019cff0

Please sign in to comment.