Skip to content

Commit

Permalink
use quote
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Mar 28, 2024
1 parent 51269d9 commit 92e64ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/singularity_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
rm -rf /home/ubuntu/workspace/AWI_09_004/*.csv
rm -rf /home/ubuntu/workspace/AWI_09_004/*.parquet
rm -rf /home/ubuntu/workspace/AWI_09_004/outputs/*
singularity run --bind /home/ubuntu/workspace/AWI_09_004:/ngen/ngen/data ciroh-ngen-singularity.sif /ngen/ngen/data auto
singularity run --bind /home/ubuntu/workspace/AWI_09_004:/ngen/ngen/data ciroh-ngen-singularity.sif "/ngen/ngen/data auto"
output_count=`ls /home/ubuntu/workspace/AWI_09_004/outputs | wc -l`
if [[ "$output_count" < 1 ]]; then
echo "No outputs found"
Expand Down

0 comments on commit 92e64ff

Please sign in to comment.