Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Nov 1, 2020
1 parent d8074f0 commit 4f1c82f
Show file tree
Hide file tree
Showing 12 changed files with 633 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
- restore_cache:
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
- run: npx envinfo
- run: yarn install --frozen-lockfile
- save_cache:
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
Expand All @@ -36,7 +35,6 @@ jobs:
path: ~/app
- attach_workspace:
at: ~/app
- run: npx envinfo
- run:
name: Bundle *.aap & *.apk
command: ./gradlew bundleRelease assembleRelease
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: npx envinfo

- name: Install node dependencies
run: yarn install --frozen-lockfile

Expand Down
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ stages:
default:
interruptible: true
before_script:
- npx envinfo
- yarn install --frozen-lockfile

cache:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ cache:

install:
- nvm install $NODE_VERSION && nvm use $NODE_VERSION && nvm alias default $NODE_VERSION && node --version && npm i -g yarn
- npx envinfo
- yarn install --frozen-lockfile

script:
Expand Down
Loading

0 comments on commit 4f1c82f

Please sign in to comment.