We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15189e commit b590c34Copy full SHA for b590c34
oci.sh
@@ -13,8 +13,6 @@ trap 'buildah rm $BOCI' ERR
13
# Mount the filesystem
14
MOCI=$(buildah mount $BOCI)
15
16
-mkdir -p $MOCI/rpms
17
-
18
# Copy rpms from ./build/RPMS/fVER for each fVER
19
for DIR in ./build/RPMS/f${FEDORA_VERSION}/*; do
20
if [ ! -d "$DIR" ]; then
0 commit comments