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.
2 parents d1faddc + 062e5e0 commit 35e376dCopy full SHA for 35e376d
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- run: docker info
24
- name: Build images
25
run: |
26
- mulled-build-files --check-published --singularity --namespace $MULLED_NAMESPACE --use-mamba build-and-test ./combinations --verbose
+ mulled-build-files --check-published --singularity --namespace $MULLED_NAMESPACE build-and-test ./combinations --verbose
27
- name: Upload images (if pushed to master branch)
28
if: github.ref == 'refs/heads/master' && github.repository_owner == 'BioContainers'
29
env:
0 commit comments