@leverege/build-tools 2.83.3 → 2.83.4
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 +1 -1
- package/src/bash-funcs +1 -1
package/package.json
CHANGED
package/src/bash-funcs
CHANGED
|
@@ -155,7 +155,7 @@ REPOADD
|
|
|
155
155
|
# *** DEPRECATED *** REMOVE AFTER BITNAMI ERADICATED ***
|
|
156
156
|
#
|
|
157
157
|
function addBitnamiRepo() {
|
|
158
|
-
warning
|
|
158
|
+
warning '*** the addBitnamiRepo function should be removed - DEPRECATED ***'
|
|
159
159
|
if [ ! -z "$BITNAMI_LATEST" ] || [ "$1" == "latest" ];
|
|
160
160
|
then
|
|
161
161
|
BITNAMI_URL="https://charts.bitnami.com/bitnami"
|