-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For reduce the custom script in repository, its can be a good idea to have a script for download materials with config event and not write a custom script for it :
{
"script": "download-material.sh",
"env": {
"google-drive-id": "xxxxx",
"dest-dir": "/home/ubuntu/corrections",
"compress": "zip",
}
},
{
"script": "download-material.sh",
"env": {
"google-drive-id": "yyyyyy",
"dest-dir": "/home/ubuntu/exercices",
"compress": "tar.gz",
}
},
{
"script": "download-material.sh",
"env": {
"google-drive-id": "zzzzz",
"dest-file": "/home/ubuntu/slides.pdf",
}
},
Metadata
Metadata
Assignees
Labels
No labels