XComp commented on code in PR #19528: URL: https://github.com/apache/flink/pull/19528#discussion_r859456323
########## tools/ci/stage.sh: ########## @@ -48,11 +52,23 @@ flink-metrics,\ flink-metrics/flink-metrics-core,\ flink-external-resources,\ flink-external-resources/flink-external-resource-gpu,\ +flink-libraries,\ flink-libraries/flink-cep,\ flink-libraries/flink-cep-scala,\ -flink-libraries/flink-state-processing-api" +flink-libraries/flink-state-processing-api,\ +flink-libraries/flink-gelly,\ +flink-libraries/flink-gelly-scala,\ +flink-libraries/flink-gelly-examples,\ +flink-queryable-state,\ +flink-queryable-state/flink-queryable-state-runtime,\ +flink-queryable-state/flink-queryable-state-client-java,\ +flink-container,\ +flink-dstl,\ +flink-dstl/flink-dstl-dfs,\ Review Comment: I see, I should have noticed the hint with `zsh: event not found: ,!`. But thanks for clarification. I missed the `\` in the negation. I interpreted it as a backspace for regex stuff... The backspace doesn't appear in the AzureCI output because `echo` will omit the escaping character... -- 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]
