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 c7ce77e commit 830ecb3Copy full SHA for 830ecb3
.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 --conda --updated
19
- cd /home/debian/sync && node index.js --docker --updated
+ cd /home/debian/sync && node index.js --backup --aws --conda --updated
+ cd /home/debian/sync && node index.js --docker --aws --updated
0 commit comments