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

Fix PDK workaround detection for 3.2.0

parent af0012ff
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ pdk-validate: ...@@ -31,7 +31,7 @@ pdk-validate:
touch Gemfile Gemfile.local touch Gemfile Gemfile.local
# For PDK 3.2.0 (it can report as the unreleased 3.1.0) # 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_VERSION" == "3.1.0" ] || [ "$PDK_VERSION" == "3.2.0" ]; then
if [ "$PDK_RESOLVED_RUBY_VERSION" == "2.7.8" ]; then if [ "$PDK_RESOLVED_RUBY_VERSION" == "2.7.8" ]; then
echo "Locking racc to 1.4.16" echo "Locking racc to 1.4.16"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local 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