Skip to content

Commit

Permalink
#000 | Remove unnecessary steps for APK release
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Feb 6, 2023
1 parent 978ba0b commit 25c2c75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
keys:
- v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-staging
- v1-dependencies-
- run: sudo apt --only-upgrade install software-properties-common
# - run: sudo apt --only-upgrade install software-properties-common
# - run: sudo apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
- run: sudo apt update
- run: sudo apt install openjdk-11-jdk make
# - run: sudo apt update
# - run: sudo apt install openjdk-11-jdk make
- run: sudo chmod a+x packages/openchs-android/android/gradlew
- run: sudo npm i -g react-native-cli
- run: make deps_ci release_staging_without_clean
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
keys:
- v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-live
- v1-dependencies-
- run: sudo apt update
- run: sudo apt install openjdk-11-jdk make
# - run: sudo apt update
# - run: sudo apt install openjdk-11-jdk make
- run: sudo chmod a+x packages/openchs-android/android/gradlew
- run: sudo npm i -g react-native-cli
- run: make deps_ci
Expand Down

0 comments on commit 25c2c75

Please sign in to comment.