Skip to content

Commit

Permalink
fixed circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
fish4terrisa-MSDSM committed Jan 22, 2023
1 parent 025254d commit 6d49c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ do_steps: &do_steps
name: clean app
command: |
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk/
source /etc/profile.d/jre.sh
#source /etc/profile.d/jre.sh
cd ~/project
cp ~/project/archriscv-app/local.properties.circleci ~/project/archriscv-app/local.properties
cd ~/project/archriscv-app
Expand All @@ -53,7 +53,7 @@ do_steps: &do_steps
name: build apk-release app
command: |
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk/
source /etc/profile.d/jre.sh
#source /etc/profile.d/jre.sh
cd ~/project
cd archriscv-app
JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ ./gradlew build
Expand Down

0 comments on commit 6d49c23

Please sign in to comment.