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
114
114
baseuri=$( get_config " ${parentpath} " " baseuri" )
115
115
update=$( in_versions_to_update " ${version} " )
116
116
117
+ [ " ${update} " -eq 0 ] && info " Updating version ${version} ..."
118
+
117
119
# Get supported variants according the target architecture
118
120
# See details in function.sh
119
121
IFS=' ' read -ra variants <<< " $(get_variants " ${parentpath} " )"
@@ -122,7 +124,6 @@ for version in "${versions[@]}"; do
122
124
add_stage " ${baseuri} " " ${version} " " default"
123
125
124
126
if [ " ${update} " -eq 0 ]; then
125
- info " Updating version ${version} ..."
126
127
update_node_version " ${baseuri} " " ${versionnum} " " ${parentpath} /Dockerfile.template" " ${version} /Dockerfile" &
127
128
fi
128
129
fi
You can’t perform that action at this time.
0 commit comments