瀏覽代碼

chore: updated cd config

Sduduzog 6 年之前
父節點
當前提交
72387f91fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -19,6 +19,8 @@ jobs:
       - run:
           name: Run build
           command:  export TERM=${TERM:-dumb} && ./gradlew clean build
+      - run: echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/keystore.jks
+      - run: echo ‘export KEYSTORE=${HOME}/keystore.jks’ >> $BASH_ENV
       - run:
           name: Download Dependencies
           command: ./gradlew androidDependencies