We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095a515 commit 4fb7547Copy full SHA for 4fb7547
.github/workflows/containers_config.yml
@@ -34,6 +34,8 @@ jobs:
34
profile="wave,$container"
35
fi
36
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
39
done
40
41
- name: Commit & push changes
0 commit comments