File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ for version in "${versions[@]}"; do
114114 baseuri=$( get_config " ${parentpath} " " baseuri" )
115115 update=$( in_versions_to_update " ${version} " )
116116
117+ [ " ${update} " -eq 0 ] && info " Updating version ${version} ..."
118+
117119 # Get supported variants according the target architecture
118120 # See details in function.sh
119121 IFS=' ' read -ra variants <<< " $(get_variants " ${parentpath} " )"
@@ -122,7 +124,6 @@ for version in "${versions[@]}"; do
122124 add_stage " ${baseuri} " " ${version} " " default"
123125
124126 if [ " ${update} " -eq 0 ]; then
125- info " Updating version ${version} ..."
126127 update_node_version " ${baseuri} " " ${versionnum} " " ${parentpath} /Dockerfile.template" " ${version} /Dockerfile" &
127128 fi
128129 fi
You can’t perform that action at this time.
0 commit comments