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 1f2402a commit db1ff07Copy full SHA for db1ff07
e2e_batch/Makefile
@@ -2,7 +2,7 @@
2
3
APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
4
AWS_DOMAIN_NAME=https://$(shell make -C ../terraform -s output name=service_domain_name || true)
5
-PARALLEL_WORKERS=4
+PARALLEL_WORKERS=6
6
7
print-token:
8
@echo "APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN)"
0 commit comments