zentol commented on code in PR #23964:
URL: https://github.com/apache/flink/pull/23964#discussion_r1445955066


##########
tools/azure-pipelines/debug_files_utils.sh:
##########
@@ -21,7 +21,15 @@ function prepare_debug_files {
        MODULE=$@
        export DEBUG_FILES_OUTPUT_DIR="$AGENT_TEMPDIRECTORY/debug_files"
        export DEBUG_FILES_NAME="$(echo $MODULE | tr -c '[:alnum:]\n\r' 
'_')-$(date +%s)"
+       # make environment variables available in AzureCI workflow 
configurations
        echo "##vso[task.setvariable 
variable=DEBUG_FILES_OUTPUT_DIR]$DEBUG_FILES_OUTPUT_DIR"
        echo "##vso[task.setvariable 
variable=DEBUG_FILES_NAME]$DEBUG_FILES_NAME"
+
+       # make environment variables available in Github Actions workflow 
configuration
+       if [ ! -z "${GITHUB_OUTPUT+x}" ] && [ -f "$GITHUB_OUTPUT" ]; then

Review Comment:
   should we have an explicit azure branch?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to