We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e898ef9 commit 47ee75fCopy full SHA for 47ee75f
1 file changed
.devel/build_ros2.sh
@@ -115,6 +115,7 @@ done
115
# Remove any leading zeros otherwise the version name will not fit the bloom requirements
116
# https://unix.stackexchange.com/questions/79371/removing-leading-zeros-from-date-output
117
VERSION=$(date +"%-y.%-m.%-d%H%M%S")
118
+echo "version=${VERSION}" > SAS_VERSION
119
120
####################################################################
121
# Remove current installation
@@ -138,4 +139,4 @@ for pkg_name in "${combined_pkg_array[@]}"; do
138
139
# https://stackoverflow.com/questions/3306007/replace-a-string-in-shell-script-using-a-variable
140
sudo dpkg -i ros-"$rosv"-"${pkg_name//_/-}"_*"$ubuntuv"*.deb
141
${var//12345678/$replace}
-done
142
+done
0 commit comments