Skip to content

Commit

Permalink
fix linux script
Browse files Browse the repository at this point in the history
  • Loading branch information
ylexus committed Jun 26, 2021
1 parent 70ab7e9 commit 013390b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rm -f "${LOG}"
RPI_ARG="-PraspberryPi"
echo "Building on Raspberry PI"
else
RPI_ARG=""
RPI_ARG="-Pdummy"
fi
./gradlew --info clean fullPackage "${RPI_ARG}" "-DVERSION=${VERSION}" "-DCLIENT_SECRET_PATH=$HOME/java/clientSecret.json"
} >>"${LOG}" 2>&1

0 comments on commit 013390b

Please sign in to comment.