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 f926b5d commit 1543882Copy full SHA for 1543882
plans/main.fmf
@@ -11,14 +11,14 @@ prepare:
11
cd bats-core-"$BATS_VERSION"
12
./install.sh /usr
13
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
+#- when: initiator == packit
+# how: shell
+# script: |
+# COPR_REPO_FILE="/etc/yum.repos.d/*podman-next*.repo"
+# if compgen -G $COPR_REPO_FILE > /dev/null; then
+# sed -i -n '/^priority=/!p;$apriority=1' $COPR_REPO_FILE
+# fi
+# dnf -y upgrade --allowerasing
22
order: 20
23
24
/basic_check:
0 commit comments