From d5f0ed5f50379e76b47fe8c47dcd58bde29febe1 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 7 Aug 2019 13:05:26 +0800 Subject: [PATCH] updated Jenkinsfile --- docker_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_init.sh b/docker_init.sh index a8cbfeb9..4d571769 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -15,7 +15,7 @@ then : else indexpath=/app/dist/index.html - sed -i "s?/js/?${CRAWLAB_BASE_URL}/css/?g" ${indexpath} + sed -i "s?/js/?${CRAWLAB_BASE_URL}/js/?g" ${indexpath} sed -i "s?/css/?${CRAWLAB_BASE_URL}/css/?g" ${indexpath} fi