Skip to content

Commit

Permalink
add PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepsplaha committed Feb 23, 2024
1 parent 7a5c132 commit e0972be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY ${LOCAL_REPO_FILE} /WORKDIR/REPO/local.repo
# instead of fetching from PMC
RUN if [ "${RPMS}" ]; then \
mkdir -p $LOCAL_REPO_PATH; \
tdnf install -y --releasever=2.0 createrepo; \
tdnf install -y --releasever=$AZL_VERSION createrepo; \
cp -r /WORKDIR/RPMS ${LOCAL_REPO_PATH}; \
cp /WORKDIR/REPO/local.repo /etc/yum.repos.d/local.repo; \
createrepo --database ${LOCAL_REPO_PATH} --workers 10; \
Expand Down

0 comments on commit e0972be

Please sign in to comment.