Skip to content

Commit

Permalink
fixup rechunk command
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 3, 2024
1 parent 1830fea commit fa4cf9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 3_chunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ if [ -n "$DESCRIPTION" ]; then
LABEL_ARR+=("--label" "org.opencontainers.image.description=$DESCRIPTION")
fi

cmd=$RECHUNK -r "$REPO" -b "$OUT_TAG" -c "$CONTENT_META" \
$RECHUNK -r "$REPO" -b "$OUT_TAG" -c "$CONTENT_META" \
--changelog-fn "${OUT_NAME}.changelog.txt" \
"${PREV_ARG[@]}" "${LABEL_ARR[@]}"
echo Running "$cmd"
$cmd


PREV_ARG=""
Expand Down

0 comments on commit fa4cf9d

Please sign in to comment.