Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 7b9a738

Browse files
committed
remove isPreemptible logic
1 parent f799ec3 commit 7b9a738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/jobs/create.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ function create(params, cb) {
189189
delete params.tail;
190190
}
191191

192-
params.isPreemptible = !!params.isPreemptible
193-
194192
// XXX TODO trim leading/trailing spaces from input paths
195193
// XXX TODO whitelist git services
196194
// XXX TODO convert to gzip

0 commit comments

Comments
 (0)