From f900df899579c5767adf8bd297be1a0e36eabb87 Mon Sep 17 00:00:00 2001 From: Ulf Seltmann <seltmann@ub.uni-leipzig.de> Date: Tue, 19 Dec 2017 16:31:04 +0100 Subject: [PATCH] fixed typo in repo-url --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 039bbeb..6fc0326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - publish_image variables: - npm_config_registry: https://services.ub.uni-leipzig.de/repository/npm/ + npm_config_registry: https://services.ub.uni-leipzig.de/nexus/repository/npm/ npm_install: stage: build_app -- GitLab