mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
Do not push-to-download if INTERNAL_UPDATE var is set to "YES"/"yes" even in FreeNAS.
This commit is contained in:
@@ -154,7 +154,7 @@ release:
|
||||
|
||||
release-push: update-push
|
||||
@${BUILD_TOOLS}/post-to-storage.py
|
||||
@if [ "${PRODUCT}" == "FreeNAS" ]; then \
|
||||
@if [ "${PRODUCT}" == "FreeNAS" -a "${INTERNAL_UPDATE}" != "YES" -a "${INTERNAL_UPDATE}" != "yes" ]; then \
|
||||
${BUILD_TOOLS}/post-to-download.py; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user