Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jul 23, 2024
1 parent 3b65ee4 commit eb0a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN sed -i -e "s/versionCode 1/versionCode $BUILD_NR/g" /app/android/app/build.g
# sign using debug key
RUN npm run prepare-prod-build \
&& npm run apply-diagnostic-modules \
&& npm run jetifier \
&& npx jetifier \
&& npx ionic build --prod \
&& npx cap sync android \
&& echo y | sdkmanager --sdk_root=${ANDROID_SDK_ROOT} --update \
Expand Down

0 comments on commit eb0a26c

Please sign in to comment.