summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnmccrae <john.mccrae@progress.com>2022-10-17 11:38:54 +0000
committerjohnmccrae <john.mccrae@progress.com>2022-10-17 11:38:54 +0000
commit52104c24d2695c9753bbd7ca7144e2d481c15fcf (patch)
treef474d04bfdc50a2fbca9efd9a32b59b7a028c5f4
parentd6fb10b16286ff269262bc81058d34290d63f221 (diff)
downloadchef-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.ps14
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" }