diff --git a/puppet-module-pipeline.yaml b/puppet-module-pipeline.yaml index a6072d3a2d24e3999cd58f68bbdfa6146075d83e..bd7517f410856ac1fa7ff3458da5e930b84f07c1 100644 --- a/puppet-module-pipeline.yaml +++ b/puppet-module-pipeline.yaml @@ -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