Commit c8604c81 authored by lihaihan's avatar lihaihan

fix 少引号bug

parent 8907ec04
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
GIT_SSH_COMMAND: 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' GIT_SSH_COMMAND: 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
UPSTREAM_TAG: $CI_COMMIT_TAG UPSTREAM_TAG: $CI_COMMIT_TAG
PROJECT_NAME: 'huamu_party_building_3d' PROJECT_NAME: 'huamu_party_building_3d'
BUILD_COMMAND_PROD: 'npm run build' BUILD_COMMAND_PROD: 'yarn run build'
before_script: before_script:
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
$PROJECT_NAME $PROJECT_NAME
- cd ./$PROJECT_NAME - cd ./$PROJECT_NAME
- rm -rf .temp - rm -rf .temp
- npm install - yarn install
# NONTICE: generally all hashed files uploaded to oss for cd used # NONTICE: generally all hashed files uploaded to oss for cd used
- $COMMAND - $COMMAND
# NOTICE: all real time updated files will be uploaded to nginx # NOTICE: all real time updated files will be uploaded to nginx
......
...@@ -56,6 +56,6 @@ export default { ...@@ -56,6 +56,6 @@ export default {
GET_AUTH: '988fc63e-fa55-4729-851d-24c4355213f2/storage/grant', GET_AUTH: '988fc63e-fa55-4729-851d-24c4355213f2/storage/grant',
GET_USER_ID: 'https://www.maicedata.com/auth/user/bytoken', GET_USER_ID: 'https://www.maicedata.com/auth/user/bytoken',
USER: 'add27775-bbe7-4303-b38a-06b4e3cd88d3', USER: 'add27775-bbe7-4303-b38a-06b4e3cd88d3',
ORG: 'b70f4cca-d7c2-499f-9ccd-243d205847d6 , ORG: 'b70f4cca-d7c2-499f-9ccd-243d205847d6',
MENU: 'd64f4037-1a0c-4900-a8a1-80a7115e0995', MENU: 'd64f4037-1a0c-4900-a8a1-80a7115e0995',
} }
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