Skip to content
Snippets Groups Projects
Commit 8ab15da3 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Merge branch 'pdk-fixes' into 'master'

Ensure PDK 3.2.0 workarounds apply correctly

See merge request puppet-infra/shared-ci-piplines!75
parents a480b46e af0012ff
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ pdk-validate:
touch Gemfile Gemfile.local
# For PDK 3.2.0 (it reports as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ]; then
# For PDK 3.2.0 (it can report as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ] || [ "$PDK_VERSION" == "3.1.0" ]; then
if [ "$PDK_RESOLVED_RUBY_VERSION" == "2.7.8" ]; then
echo "Locking racc to 1.4.16"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment