]> xenbits.xensource.com Git - libvirt.git/commitdiff
gitlab: fix potfile job for new location
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 4 Jun 2020 13:26:39 +0000 (14:26 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 4 Jun 2020 17:53:21 +0000 (18:53 +0100)
Since we're storing the libvirt.pot file in git now, we should pull from
the source dir, not the build dir.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml

index 149334ed6fcb0bd81c660b348f6f40045a974ff0..7113a1283cb53a0ac0aea40a70d0e938ff8b2ba0 100644 (file)
@@ -210,7 +210,7 @@ potfile:
     - $MAKE -C src generated-sources
     - $MAKE -C po libvirt.pot
     - cd ..
-    - mv build/po/libvirt.pot libvirt.pot
+    - cp po/libvirt.pot libvirt.pot
   image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
   artifacts:
     expose_as: 'Potfile'