Skip to content

Commit d9501d9

Browse files
authored
chore: add a quick one liner to fetch the latest version of the bulk cdk (#62132)
1 parent c510802 commit d9501d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ tools.git-hooks.install: tools.airbyte-ci.install tools.pre-commit.install.$(OS)
4646

4747
tools.install: tools.airbyte-ci.install tools.pre-commit.install.$(OS)
4848

49+
version.bulk.cdk:
50+
@echo "Latest version of the Bulk CDK is $(shell curl -k --silent "https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/bulk-cdk/bulk-cdk-core-load/maven-metadata.xml" | sed -ne 's:.*<latest>\(.*\)</latest>:\1:p')"
51+
4952
.PHONY: tools.install tools.pre-commit.install tools.git-hooks.install tools.git-hooks.clean tools.airbyte-ci.install tools.airbyte-ci-dev.install tools.airbyte-ci.check tools.airbyte-ci.clean

0 commit comments

Comments
 (0)