Skip to content

Commit 1543882

Browse files
committed
tmp disable podman-next
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent f926b5d commit 1543882

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

plans/main.fmf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ prepare:
1111
cd bats-core-"$BATS_VERSION"
1212
./install.sh /usr
1313
order: 10
14-
- when: initiator == packit
15-
how: shell
16-
script: |
17-
COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
18-
if compgen -G $COPR_REPO_FILE > /dev/null; then
19-
sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
20-
fi
21-
dnf -y upgrade --allowerasing
14+
#- when: initiator == packit
15+
# how: shell
16+
# script: |
17+
# COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
18+
# if compgen -G $COPR_REPO_FILE > /dev/null; then
19+
# sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
20+
# fi
21+
# dnf -y upgrade --allowerasing
2222
order: 20
2323

2424
/basic_check:

0 commit comments

Comments
 (0)