Skip to content

Commit bc6d9c2

Browse files
feat!: change fedora packaging directory to copr (#45)
1 parent f0f274f commit bc6d9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copr-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "COMMIT=$COMMIT"
5151
# move spec file to the correct location
5252
directories=(
5353
"."
54-
"./packaging/linux/fedora"
54+
"./packaging/linux/copr"
5555
)
5656
for dir in "${directories[@]}"; do
5757
if [[ -f "${dir}/${COPR_PACKAGE}.spec" ]]; then

0 commit comments

Comments
 (0)