Skip to content

Commit

Permalink
quick test, revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 6, 2023
1 parent 7279c2a commit bc1ab0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ $(MOBILE_BUNDLE): $(MOBILE_SOURCES) $(GO_SOURCES) $(MOBILE_ANDROID_LIB) require-
android-debug:
DD_APPLICATION_ID=`make vault-secret-DD_APPLICATION_ID` DD_CLIENT_TOKEN=`make vault-secret-DD_CLIENT_TOKEN` make $(MOBILE_DEBUG_APK)

android-release: pubget
DD_APPLICATION_ID=`make vault-secret-DD_APPLICATION_ID` DD_CLIENT_TOKEN=`make vault-secret-DD_CLIENT_TOKEN` make $(MOBILE_RELEASE_APK)
android-release: pubget $(MOBILE_RELEASE_APK)

android-bundle: $(MOBILE_BUNDLE)

Expand Down

0 comments on commit bc1ab0e

Please sign in to comment.