Skip to content

Commit

Permalink
Don't build apk's on non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Aug 13, 2021
1 parent ac53afe commit a3378cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .abstruse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- image: mrcyjanek/goprod:core-android
env: M=android
script:
- make $M
- if [[ "$M" == "android" && "$ABSTRUSE_BRANCH" != "master" ]]; then true; else make $M' fi
- cp build/deb/*.deb /apt/ || true
- cp build/bin/* /archive || true
- cp build/apk/* /archive || true

0 comments on commit a3378cd

Please sign in to comment.