Define the API release process.

This commit is contained in:
Jeffrey Regan
2019-10-21 15:50:51 -07:00
parent 98cd31b820
commit 83f70877c8
5 changed files with 15 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
# Usage - from the repository root, enter
#
# ./releasing/localbuild.sh (kustomize|pluginator)
# ./releasing/localbuild.sh (kustomize|pluginator|api)
#
# The script attempts to use cloudbuild configuration
# to create a release "locally".
@@ -72,9 +72,5 @@ cloud-build-local \
echo " "
echo "Result of local build:"
echo "##########################################"
if [ "$module" == "api" ]; then
tree ./kustapiversion/dist
else
tree ./$module/dist
fi
tree ./$module/dist
echo "##########################################"