Skip to content

Commit

Permalink
Update call to fetch datadog api secret
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 6, 2023
1 parent 1bb513d commit 822c5ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ $(MOBILE_RELEASE_APK): $(MOBILE_SOURCES) $(GO_SOURCES) $(MOBILE_ANDROID_LIB) req
ln -fs $(MOBILE_DIR)/gradle.properties . && \
DD_CLIENT_TOKEN="$(DD_CLIENT_TOKEN)" && \
DD_APPLICATION_ID="$(DD_APPLICATION_ID)" && \
DATADOG_API_KEY="$(DATADOG_API_KEY)" && \
COUNTRY="$$COUNTRY" && \
STAGING="$$STAGING" && \
STICKY_CONFIG="$$STICKY_CONFIG" && \
Expand All @@ -359,7 +358,6 @@ $(MOBILE_BUNDLE): $(MOBILE_SOURCES) $(GO_SOURCES) $(MOBILE_ANDROID_LIB) require-
ln -fs $(MOBILE_DIR)/gradle.properties . && \
DD_CLIENT_TOKEN="$$DD_CLIENT_TOKEN" && \
DD_APPLICATION_ID="$$DD_APPLICATION_ID" && \
DATADOG_API_KEY="$$DATADOG_API_KEY" && \
COUNTRY="$$COUNTRY" && \
STAGING="$$STAGING" && \
STICKY_CONFIG="$$STICKY_CONFIG" && \
Expand Down

0 comments on commit 822c5ea

Please sign in to comment.