We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc140c commit e483c43Copy full SHA for e483c43
1 file changed
.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 --docker --aws --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