summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-27 16:33:35 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-27 16:33:35 -0400
commite4971ade14183f6e9b30f77a253508f6dd7f549a (patch)
tree33d140bf7884584ca9e9a63b00dd421c3b00ce6d /.expeditor
parent7069e7e9d6b4ce2e8a107016ab4929152fe7d114 (diff)
downloadchef-e4971ade14183f6e9b30f77a253508f6dd7f549a.tar.gz
found an error on the omnibus_chef_build.sh and .ps1
Signed-off-by: Sean Simmons <ssimmons@progress.com>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/scripts/omnibus_chef_build.ps12
-rwxr-xr-x.expeditor/scripts/omnibus_chef_build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/scripts/omnibus_chef_build.ps1 b/.expeditor/scripts/omnibus_chef_build.ps1
index 5bd8bfbcf5..dc933c8a96 100644
--- a/.expeditor/scripts/omnibus_chef_build.ps1
+++ b/.expeditor/scripts/omnibus_chef_build.ps1
@@ -32,7 +32,7 @@ Write-Output "--- Install Chef Foundation"
. { Invoke-WebRequest -useb https://omnitruck.chef.io/chef/install.ps1 } | Invoke-Expression; install -channel "current" -project "chef-foundation" -v $CHEF_FOUNDATION_VERSION
$env:PROJECT_NAME="chef"
-$env:OMNIBUS_PIPELINE_DEFINITION_PATH="${ScriptDir}/../release.omnibus.yaml"
+$env:OMNIBUS_PIPELINE_DEFINITION_PATH="${ScriptDir}/../release.omnibus.yml"
$env:OMNIBUS_SIGNING_IDENTITY="${thumb}"
$env:HOMEDRIVE = "C:"
$env:HOMEPATH = "\Users\ContainerAdministrator"
diff --git a/.expeditor/scripts/omnibus_chef_build.sh b/.expeditor/scripts/omnibus_chef_build.sh
index 3c4130a8c3..751356d3b3 100755
--- a/.expeditor/scripts/omnibus_chef_build.sh
+++ b/.expeditor/scripts/omnibus_chef_build.sh
@@ -10,7 +10,7 @@ export ARTIFACTORY_USERNAME="buildkite"
export PROJECT_NAME="chef"
export PATH="/opt/omnibus-toolchain/bin:${PATH}"
export OMNIBUS_FIPS_MODE="true"
-export OMNIBUS_PIPELINE_DEFINITION_PATH="${SCRIPT_DIR}/../release.omnibus.yaml"
+export OMNIBUS_PIPELINE_DEFINITION_PATH="${SCRIPT_DIR}/../release.omnibus.yml"
echo "--- Installing Chef Foundation"
curl -fsSL https://omnitruck.chef.io/chef/install.sh | bash -s -- -c "current" -P "chef-foundation" -v "$CHEF_FOUNDATION_VERSION"