You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bioconda-backup/README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,40 @@ Support full scan update or update from last repo check
29
29
30
30
node index.js --help
31
31
32
+
## CI
33
+
34
+
github CI will execute at regular interval. Script will check in workdir (see config.yml) for git repo clone.
35
+
36
+
* if not present, will clone repo and scan for all containers
37
+
* if present, will look *record* last commit, pull data, and look at modified files (so containers) to check only related containers (if they need a backup)
38
+
39
+
GitHub stops jobs after 24 hours, which can occur for very large updates. In this case, script is killed and a lock file will be left, preventing further cron jobs to run.
40
+
Lock file is to precent running multiple jobs at the same time. If this occurs (**wokrdir**/sync.lock already present), simply delete the lock file and run
41
+
manually the failed job (better in background...):
0 commit comments