OyvindLGjesdal commented on PR #2410:
URL: https://github.com/apache/jena/pull/2410#issuecomment-2156004690
Is the PR up to date before running? From line 3 in the screenshot, the
script should also include the fallback values for the port for nix, which is
not present in the image.
```
cross-env FUSEKI_PORT=\"${FUSEKI_PORT:=3030}\" PORT=\"${PORT:=8080}\"
```
for some reason the `:=3030` and `:=8080` part isn't showing.
The logic is that the windows and linux jobs should stay almost the same as
before, while there is a different logic for windows.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]