Skip to content

Commit 0cab03c

Browse files
committed
add debug output for gh actions issues
1 parent ed3801f commit 0cab03c

File tree

1 file changed

+3
-0
lines changed
  • dataload/nextflow/processes/01_ingest

1 file changed

+3
-0
lines changed

dataload/nextflow/processes/01_ingest/ingest.nf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ process ingest {
3636
export GREBI_INGEST_DATASOURCE_NAME=${file_listing.datasource.name}
3737
export GREBI_INGEST_FILENAME=${filename}
3838
export GREBI_DATALOAD_HOME=/opt/grebi_dataload
39+
echo "Current working dir: \$(pwd)"
3940
echo "Files in ingest working dir: \$(ls)"
41+
ls -hl
42+
ls -Lhl
4043
${getStdinCommand(file_listing.ingest, filename)} \
4144
${file_listing.ingest.command} \
4245
| grebi_normalise_prefixes /opt/grebi_dataload/prefix_maps/prefix_map_normalise.json \

0 commit comments

Comments
 (0)