Ai
2 Star 0 Fork 0

mirrors_spotify/flytekit-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuvraj 提交于 2021-11-24 18:13 +08:00 . Added automation for flyteidl (#40)
export REPOSITORY=flytekit-java
GIT_VERSION := $(shell git describe --always --tags)
GIT_HASH := $(shell git rev-parse --short HEAD)
TIMESTAMP := $(shell date '+%Y-%m-%d')
.PHONY: update_boilerplate
update_boilerplate:
@curl https://raw.githubusercontent.com/flyteorg/boilerplate/master/boilerplate/update.sh -o boilerplate/update.sh
@boilerplate/update.sh
# It will copy the latest proto from flyteidl to flytekit-java
.PHONY: update_flyteidl
update_flyteidl:
@scripts/update_flyteidl.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_spotify/flytekit-java.git
git@gitee.com:mirrors_spotify/flytekit-java.git
mirrors_spotify
flytekit-java
flytekit-java
master

搜索帮助