From e2c033cf2dc7c1bab93e8eacbcd5ae46f2dd3625 Mon Sep 17 00:00:00 2001 From: bw-bmbarga Date: Thu, 9 Dec 2021 11:26:36 +0100 Subject: [PATCH] tmp --- cleanup-webapp/dist/index.js | 1 + deploy/dist/index.js | 1 + install-cli/dist/index.js | 1 + lib/index.js | 1 + push-files/dist/index.js | 1 + push-webapp/dist/index.js | 1 + 6 files changed, 6 insertions(+) diff --git a/cleanup-webapp/dist/index.js b/cleanup-webapp/dist/index.js index 2795a41..e8b0378 100644 --- a/cleanup-webapp/dist/index.js +++ b/cleanup-webapp/dist/index.js @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success'); diff --git a/deploy/dist/index.js b/deploy/dist/index.js index c4b56c1..2969bb3 100644 --- a/deploy/dist/index.js +++ b/deploy/dist/index.js @@ -27788,6 +27788,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success'); diff --git a/install-cli/dist/index.js b/install-cli/dist/index.js index 808e4e6..0be719e 100644 --- a/install-cli/dist/index.js +++ b/install-cli/dist/index.js @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success'); diff --git a/lib/index.js b/lib/index.js index 9f801ca..9f13a28 100644 --- a/lib/index.js +++ b/lib/index.js @@ -335,6 +335,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success'); diff --git a/push-files/dist/index.js b/push-files/dist/index.js index d899e13..072957a 100644 --- a/push-files/dist/index.js +++ b/push-files/dist/index.js @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success'); diff --git a/push-webapp/dist/index.js b/push-webapp/dist/index.js index 7e5ea2c..baa5d6e 100644 --- a/push-webapp/dist/index.js +++ b/push-webapp/dist/index.js @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) { await exec.exec('sh', [ slipstreamInstallerPath, '-b', '/usr/local/bin/', + '-d', ]); core.info('Success');