Skip to content

Commit

Permalink
Fix commit message formatting on tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Arnaud <[email protected]>
  • Loading branch information
Roming22 committed Aug 25, 2023
1 parent eb6e265 commit 7255874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source "$SCRIPT_DIR/../task.sh"
run_task() {
DEPENDENCIES="$WORKSPACE_DIR/shared/config/dependencies.sh"
echo "Update binaries" >"$COMMIT_MSG"
echo >"$COMMIT_MSG"
mapfile -t BINARIES < <(
grep --extended-regexp "^ *[^#]* *[A-Z]*_VERSION=" "$DEPENDENCIES" \
| sed "s:export *\(.*\)_VERSION=.*:\1:" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ source "$SCRIPT_DIR/../task.sh"

run_task() {
echo "Update base images SHA in Dockerfiles" >"$COMMIT_MSG"
echo >"$COMMIT_MSG"
process_dockerfiles
}

Expand Down

0 comments on commit 7255874

Please sign in to comment.