Skip to content

Commit

Permalink
Skip 1.0.0-preview on download step
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jan 30, 2025
1 parent a80bf58 commit b04f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/au_core_test_kit/generator/ig_download.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

script_tag = doc.at('script:contains("var pageJSON")')

ig_versions_to_skip = ['0.1.0-draft', '0.2.0-preview', '0.2.1-preview', '0.2.2-preview', '0.3.0-ballot', '0.4.1-preview', '1.0.0-ballot', 'current']
ig_versions_to_skip = ['0.1.0-draft', '0.2.0-preview', '0.2.1-preview', '0.2.2-preview', '0.3.0-ballot', '0.4.1-preview', '1.0.0-ballot', '1.0.0-preview', 'current']

if script_tag&.content
json_data = script_tag.content[/\{.*\}/m]
Expand Down

0 comments on commit b04f042

Please sign in to comment.