Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-bmbarga committed Dec 9, 2021
1 parent 6dec721 commit e2c033c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cleanup-webapp/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down
1 change: 1 addition & 0 deletions deploy/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27788,6 +27788,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down
1 change: 1 addition & 0 deletions install-cli/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down
1 change: 1 addition & 0 deletions push-files/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down
1 change: 1 addition & 0 deletions push-webapp/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27763,6 +27763,7 @@ async function installSlipstreamCLI(downloadURL) {
await exec.exec('sh', [
slipstreamInstallerPath,
'-b', '/usr/local/bin/',
'-d',
]);

core.info('Success');
Expand Down

0 comments on commit e2c033c

Please sign in to comment.