File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,12 @@ push-latest: generate
115
115
bash scripts/v1beta1/push.sh $(KATIB_REGISTRY ) $(COMMIT )
116
116
117
117
# Build and push Katib images for the given tag.
118
- push-tag : generate
118
+ push-tag :
119
119
ifeq ($(TAG ) ,)
120
120
$(error TAG must be set. Usage: make push-tag TAG=<release-tag>)
121
121
endif
122
122
bash scripts/v1beta1/build.sh $(KATIB_REGISTRY) $(TAG) $(CPU_ARCH)
123
- bash scripts/v1beta1/build.sh $(KATIB_REGISTRY) $(COMMIT) $(CPU_ARCH)
124
123
bash scripts/v1beta1/push.sh $(KATIB_REGISTRY) $(TAG)
125
- bash scripts/v1beta1/push.sh $(KATIB_REGISTRY) $(COMMIT)
126
124
127
125
# Release a new version of Katib.
128
126
release :
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ if [[ ${sdk_version} == *"-rc."* ]]; then
79
79
sdk_version=${sdk_version// -rc./ rc}
80
80
fi
81
81
echo -e " \nPublishing Katib Python SDK, version: ${sdk_version} \n"
82
- # Run generate script.
83
- make generate
84
82
85
83
# Change version in setup.py
86
84
cd sdk/python/v1beta1
You can’t perform that action at this time.
0 commit comments