无法从构建环境成功上传DSYM的Google Services文件中获取GOOGLE_APP_ID

时间:2020-06-30 17:30:28

标签: ios objective-c crashlytics

错误:无法从构建环境获取Google Services文件中的GOOGLE_APP_ID

definitions:
  steps:
    - step: &build
        name: Build
        script:
          - cd source
          - npm install
          - npm build
        artifacts: # defining the artifacts to be passed to each future step.
          - ./build

    - step: &s3-transfer
        name: Transfer to S3
        script:
          - s3cmd put --config s3cmd.cfg ./build s3://${BITBUCKET_BRANCH}

pipelines:
  default:
    - step: *build
  
  develop:
    - step: *build
    - step: *s3-transfer

  staging:
    - step: *build
    - step: *s3-transfer

0 个答案:

没有答案