[libdmapsharing/LIBDMAPSHARING_3_0] .gitlab-ci.yml: libdmapsharing.spec, not libdmapsharing4.spec for this branch



commit c3b63a86f5d09c1136b83894bfb56c41a4c20ab7
Author: W. Michael Petullo <mike flyn org>
Date:   Sun Jul 5 20:48:53 2020 -0500

    .gitlab-ci.yml: libdmapsharing.spec, not libdmapsharing4.spec for this branch

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db91a6b..1f8588f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,12 +33,12 @@ build-fedora:
     - make all dist
     - mkdir -p ~/rpmbuild/SOURCES
     - cp libdmapsharing-*.*.*.tar.gz ~/rpmbuild/SOURCES
-    - rpmbuild -ba distro/libdmapsharing4.spec
+    - rpmbuild -ba distro/libdmapsharing.spec
     - cp ~/rpmbuild/RPMS/*/* .
     - cp ~/rpmbuild/SRPMS/* .
 
   artifacts:
     paths:
       - config.log
-      - libdmapsharing4*.rpm
+      - libdmapsharing*.rpm
     expire_in: 1 week


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]