Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tnazarew <[email protected]>
  • Loading branch information
tnazarew committed Oct 24, 2024
1 parent cb6eba7 commit 44d1702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/get_openlineage_artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ runs:
url: 'https://repo1.maven.org'
repository: 'maven2'
groupId: 'io.openlineage'
artifactId: 'openlineage-spark_2.13'
artifactId: 'openlineage-spark_2.12'
version: ${{ inputs.version }}
extension: 'jar'

Expand Down
4 changes: 2 additions & 2 deletions scripts/get_latest_unreleased_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def get_arguments():
skip_artifacts = []
if args.skip_java == 'true':
skip_artifacts.append('openlineage-java')
if args.skip_spark == 'true':
skip_artifacts.append('openlineage-spark_2.13')

skip_artifacts.append('openlineage-spark_2.13')
if args.skip_flink == 'true':
skip_artifacts.append('openlineage-flink')
if args.skip_sql:
Expand Down

0 comments on commit 44d1702

Please sign in to comment.