We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf0962 commit cc2080cCopy full SHA for cc2080c
.github/workflows/htcondor-tests.yml
@@ -217,8 +217,9 @@ jobs:
217
while [ \$ELAPSED -lt \$TIMEOUT ]; do
218
condor_q || true
219
RESULT_COUNT=0
220
- tail -n 20 working/GW150914_095045/bilby-IMRPhenomXPHM/log_data_analysis/*.out || true
221
- for f in working/GW150914_095045/bilby-IMRPhenomXPHM/result/*merge*_result.hdf5; do
+ tail -n 1 working/GW150914_095045/bilby-IMRPhenomXPHM/log_data_analysis/*.out || true
+ ls -lh working/GW150914_095045/bilby-IMRPhenomXPHM/result/ || true
222
+ for f in working/GW150914_095045/bilby-IMRPhenomXPHM/final_result/*.hdf5; do
223
[ -e "\$f" ] && RESULT_COUNT=\$((RESULT_COUNT + 1))
224
done
225
if [ \$RESULT_COUNT -gt 0 ]; then
0 commit comments