File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88# remote execution arguments to the invocation. You must call get-engflow-keys.sh
99# before this.
1010
11- ARGS=' --config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 3s --experimental_build_event_upload_max_retries 8'
11+ tmpfile=$( mktemp)
12+
13+ ARGS=" --config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 3s --experimental_build_event_upload_max_retries 8 --execution_log_compact_file=$tmpfile --experimental_build_event_upload_strategy=remote"
1214
1315if [[ " $GITHUB_ACTIONS_BRANCH " == staging-* ]]
1416then
You can’t perform that action at this time.
0 commit comments