Skip to content

Commit 4fb7547

Browse files
committed
ci: Sort the outputs ourselves
1 parent 095a515 commit 4fb7547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/containers_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
profile="wave,$container"
3535
fi
3636
nextflow inspect . -profile $profile -format config > conf/containers/containers_${container}_${arch}.config
37+
echo "Created conf/containers/containers_${container}_${arch}.config"
38+
sort -o conf/containers/containers_${container}_${arch}.config conf/containers/containers_${container}_${arch}.config
3739
done
3840
done
3941
- name: Commit & push changes

0 commit comments

Comments
 (0)