tadayosi commented on issue #3315: URL: https://github.com/apache/camel-k/issues/3315#issuecomment-1140895458
Ah I see. It looks like a false alarm as well, which is coming from the clean up script. For the current `main` branch, it seems the problem is in the CI script itself. ``` make: 0.0: Command not found make: *** [Makefile:530: bundle] Error 127 Error: Process completed with exit code 2. Error: Unable to process file command 'env' successfully. Error: Invalid environment variable format '0.0' ``` This error makes me feel that somewhere in the script there is code that tries to process the revision from `1.10.0` and fails to extract, which used to be `1.9.n` and thus worked. I'll see if I can fix it quickly. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org