Skip to content

Commit

Permalink
fixup: run
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Oct 30, 2024
1 parent 707e72b commit 5adc72b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tekton/tasks/binary-container-cachi2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ spec:
SBOMS=()
# Process each remote source
for SOURCE_DIR in $(ls "${CACHI2_DIR}")
for REMOTE_SOURCE_PATH in "${CACHI2_DIR}"/*
do
REMOTE_SOURCE_PATH="${CACHI2_DIR}/${SOURCE_DIR}"
pushd "${REMOTE_SOURCE_PATH}"
FOR_OUTPUT_DIR="$(cat cachi2_for_output_dir_opt.txt)"
Expand Down

0 comments on commit 5adc72b

Please sign in to comment.