From: Daniel P. Berrangé Date: Thu, 4 Jun 2020 13:26:39 +0000 (+0100) Subject: gitlab: fix potfile job for new location X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3cdda5d5e8324c15c7d0af77c689c81b0603c27f;p=libvirt.git 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é --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149334ed6f..7113a1283c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'