Update src/model/action.ts
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/305/head
parent
6f7ae3b1c5
commit
377878b5d7
|
|
@ -31,8 +31,7 @@ class Action {
|
|||
|
||||
static get dockerfile() {
|
||||
const currentPlatform = process.platform;
|
||||
switch(currentPlatform)
|
||||
{
|
||||
switch (currentPlatform) {
|
||||
case "linux":
|
||||
return `${Action.actionFolder}/platforms/ubuntu/Dockerfile`;
|
||||
case "win32":
|
||||
|
|
|
|||
Loading…
Reference in New Issue