Collect lfs file into .lfs-asset-id file and print

pull/273/head
Frostebite 2021-07-02 22:56:43 +01:00
parent 1ad3f2d3a7
commit 0363d7c292
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1466,7 +1466,7 @@ class KubernetesCleanupCronJob {
};
const hours = new Date().getUTCHours() + 3;
batchJob.spec = {
schedule: `0 ${hours > 24 ? hours - 24 : hours} * * *`,
schedule: `0 ${hours > 23 ? hours - 23 : hours} * * *`,
jobTemplate: {
spec: {
template: { spec },

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ class KubernetesCleanupCronJob {
};
const hours = new Date().getUTCHours() + 3;
batchJob.spec = {
schedule: `0 ${hours > 24 ? hours - 24 : hours} * * *`,
schedule: `0 ${hours > 23 ? hours - 23 : hours} * * *`,
jobTemplate: {
spec: {
template: { spec },