gitlab: fix potfile job for new location

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>
This commit is contained in:
Daniel P. Berrangé 2020-06-04 14:26:39 +01:00
parent 611e03127f
commit 3cdda5d5e8

View File

@ -210,7 +210,7 @@ potfile:
- $MAKE -C src generated-sources - $MAKE -C src generated-sources
- $MAKE -C po libvirt.pot - $MAKE -C po libvirt.pot
- cd .. - cd ..
- mv build/po/libvirt.pot libvirt.pot - cp po/libvirt.pot libvirt.pot
image: quay.io/libvirt/buildenv-libvirt-centos-8:latest image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
artifacts: artifacts:
expose_as: 'Potfile' expose_as: 'Potfile'