updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-07 13:05:26 +08:00
parent 12fc5cf74c
commit 54a29965f6

View File

@@ -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