We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bd5f6 commit c1d4896Copy full SHA for c1d4896
1 file changed
Makefile
@@ -38,7 +38,7 @@ sdk-registry-upload:
38
./gradlew mapboxSDKRegistryUpload
39
40
sdk-registry-publish:
41
- if [ -z "$(GITHUB_TOKEN)" ]; then \
+ @if [ -z "$(GITHUB_TOKEN)" ]; then \
42
echo "GITHUB_TOKEN env variable has to be set"; \
43
else \
44
python3 -m pip install git-pull-request; \
0 commit comments