@leverege/build-tools 2.42.0-beta.2 → 2.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -221,7 +221,7 @@ function getNthObjectFromDelimitedString() {
|
|
|
221
221
|
IFS=$delimeter
|
|
222
222
|
read -ra ADDR <<< "$inputStr"
|
|
223
223
|
|
|
224
|
-
echo ${ADDR[$
|
|
224
|
+
echo ${ADDR[$index]}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
# ---------- MAIN PROCESSING STARTS HERE ----------
|
|
@@ -597,8 +597,6 @@ then
|
|
|
597
597
|
printf "\n$(color g "Tagging and Pushing $version")\n"
|
|
598
598
|
git tag -af $1 -m "Docker version $1"
|
|
599
599
|
git push --follow-tags
|
|
600
|
-
# gcloud container images add-tag --quiet $gcimage:$version $gcimage:latest
|
|
601
|
-
# [ ! -z "$artifact" ] && gcloud container images add-tag --quiet $registry:$version $registry:latest
|
|
602
600
|
else
|
|
603
601
|
printf "\n$(color y '*** Skipped git tagging - beta release')\n\n"
|
|
604
602
|
fi
|