Skip to content
Snippets Groups Projects
Verified Commit 599d6f69 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

scripts/build-in-obs.sh: disable prompt for knot-dns-testing builds

parent 06bbea47
No related branches found
No related tags found
1 merge request!986distro/tests: fix tests for fedora package
Pipeline #45904 passed
......@@ -8,7 +8,7 @@
project=home:CZ-NIC:$1
package=knot
if ! [[ "$1" == *-devel ]]; then
if ! [[ "$1" == *-devel || "$1" == *-testing ]]; then
read -p "Pushing to '$project', are you sure? [y/N]: " yn
case $yn in
[Yy]* )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment