/bin/ash
parent
07ea45bd83
commit
0717a3b2db
|
|
@ -952,6 +952,7 @@ class Kubernetes {
|
|||
static runCloneJob() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
yield Kubernetes.runJob([
|
||||
'/bin/ash',
|
||||
'-c',
|
||||
`apk update;
|
||||
apk add git-lfs;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -238,6 +238,7 @@ class Kubernetes {
|
|||
static async runCloneJob() {
|
||||
await Kubernetes.runJob(
|
||||
[
|
||||
'/bin/ash',
|
||||
'-c',
|
||||
`apk update;
|
||||
apk add git-lfs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue