diff options
| author | johnmccrae <john.mccrae@progress.com> | 2022-10-17 11:38:54 +0000 |
|---|---|---|
| committer | johnmccrae <john.mccrae@progress.com> | 2022-10-17 11:38:54 +0000 |
| commit | 52104c24d2695c9753bbd7ca7144e2d481c15fcf (patch) | |
| tree | f474d04bfdc50a2fbca9efd9a32b59b7a028c5f4 | |
| parent | d6fb10b16286ff269262bc81058d34290d63f221 (diff) | |
| download | chef-jfm/chef17-client_pem_update2.tar.gz | |
Adding an echo statement to see what platform Ruby thinks its onjfm/chef17-client_pem_update2
Signed-off-by: johnmccrae <john.mccrae@progress.com>
| -rw-r--r-- | habitat/plan.ps1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 7901ebfafc..49c494f8f0 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -87,6 +87,10 @@ function Invoke-Build { Write-BuildLine "`r ** Updating Bundler to 2.3.7 **" gem install bundler:2.3.7 + ruby -e "puts '******************'" + ruby -e "puts RUBY_PLATFORM" + ruby -e "puts '******************'" + Write-BuildLine " ** Using bundler to retrieve the Ruby dependencies" bundle install --jobs=3 --retry=3 if (-not $?) { throw "unable to install gem dependencies" } |
