Commit 00fb52d6 authored by lihaihan's avatar lihaihan

fix 少引号bug

parent c8604c81
...@@ -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: 'yarn run build' BUILD_COMMAND_PROD: 'npm 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
- yarn install - npm 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
......
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