Commit 62f82106 by twb

Update .gitlab-ci.yml

parent 2ce24bf6
Pipeline #970 failed in 0 seconds
......@@ -13,7 +13,7 @@ init:
- echo ${PROJECT_PATH}
- echo "const {PROJECT_PATH} = process.env;" >> ../config/config.${UMI_ENV}.js
- echo "export default {" >> ../config/config.${UMI_ENV}.js
- echo " hash: true," >> ../config/config.${UMI_ENV}.js
- echo " hash: 'true'," >> ../config/config.${UMI_ENV}.js
- echo " base: PROJECT_PATH," >> ../config/config.${UMI_ENV}.js
- echo " publicPath: PROJECT_PATH," >> ../config/config.${UMI_ENV}.js
- echo " outputPath: PROJECT_PATH," >> ../config/config.${UMI_ENV}.js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment