We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2ee41 commit 1fe72c1Copy full SHA for 1fe72c1
.github/make.sh
@@ -208,8 +208,7 @@ if [[ "$CMD" == "codegen" ]]; then
208
if [ -n "$(git status --porcelain)" ]; then
209
echo -e "\033[32;1mTARGET: successfully generated client v$VERSION\033[0m"
210
else
211
- echo -e "\033[31;1mTARGET: failed generating client v$VERSION\033[0m"
212
- exit 1
+ echo -e "\033[33;1mTARGET: codegen completed for v$VERSION (no changes - code already up to date)\033[0m"
213
fi
214
215
0 commit comments