We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7255874 commit b04ff63Copy full SHA for b04ff63
developer/images/dependencies-update/hack/bin/tasks/update_binaries.sh
@@ -28,7 +28,7 @@ source "$SCRIPT_DIR/../task.sh"
28
run_task() {
29
DEPENDENCIES="$WORKSPACE_DIR/shared/config/dependencies.sh"
30
echo "Update binaries" >"$COMMIT_MSG"
31
- echo >"$COMMIT_MSG"
+ echo >>"$COMMIT_MSG"
32
mapfile -t BINARIES < <(
33
grep --extended-regexp "^ *[^#]* *[A-Z]*_VERSION=" "$DEPENDENCIES" \
34
| sed "s:export *\(.*\)_VERSION=.*:\1:" \
developer/images/dependencies-update/hack/bin/tasks/update_dockerfiles_base_images_sha.sh
@@ -27,7 +27,7 @@ source "$SCRIPT_DIR/../task.sh"
27
echo "Update base images SHA in Dockerfiles" >"$COMMIT_MSG"
process_dockerfiles
}
0 commit comments