Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 3b60989

Browse files
committed
[init] Remove reference to local-yum directory
Remove the reference to the local-yum directory as it is not being used anywhere in the codebase. Signed-off-by: Reagan Lopez <[email protected]>
1 parent e3422dd commit 3b60989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/init-env.sh

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ mkdir -p "${WORK_DIR}"/release/{config,images}
3131
mkdir -p "${PKGS_DIR}"
3232

3333
mkdir -p "${MIXER_DIR}"
34-
rm -rf "${MIXER_DIR}/local-yum"
35-
mkdir -p "${MIXER_DIR}/local-yum"
3634

3735
mkdir -p "${STAGING_DIR}"
3836
log_line "OK!" 1

0 commit comments

Comments
 (0)