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 d413b50 commit 3790106Copy full SHA for 3790106
.github/workflows/conda.yml
@@ -15,5 +15,5 @@ jobs:
15
steps:
16
- name: Backup bioconda and docker containers to local and aws registries
17
run: |
18
- cd /home/debian/sync && node index.js --backup --aws --conda --updated
19
- cd /home/debian/sync && node index.js --aws --docker --updated
+ cd /home/debian/sync && node index.js --backup --conda --updated
+ cd /home/debian/sync && node index.js --docker --updated
0 commit comments