[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Oct 7 22:51:01 UTC 2018


 .gitlab-ci.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da428865c21f4be117a665224eaf465ffb9f8a6c
Author: Adam Reichold <adam.reichold at t-online.de>
Date:   Sun Oct 7 22:43:25 2018 +0200

    Fix typo in UPSTREAM_TEST_DATA_URL as while it does work anyway, it is quite confusing.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14b87074..0bc6652b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
   LANGUAGE: en_US:en
   LC_ALL: en_US.UTF-8
   TEST_DATA_URL: https://gitlab.freedesktop.org/${CI_PROJECT_NAMESPACE}/test.git
-  UPSTREAM_TEST_DATA_URL: https://@gitlab.freedesktop.org/poppler/test.git
+  UPSTREAM_TEST_DATA_URL: https://gitlab.freedesktop.org/poppler/test.git
 
 cache:
   key: "$CI_BUILD_NAME"


More information about the poppler mailing list