-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The GitHub workflow in nhandler is currently a bit different from the other ones:
- It uses
${HOME}/work
as the working directory instead of${HOME}
. - It may fail, as
mkdir
does not use-p
. - The first line that writes
site.properties
has>>
(append) instead of>
(create and overwrite), so the script may be using different (existing) settings rather than new ones.
There are a couple of other minor differences. I recommend adapting the planned new workflow from jpf-nas so we have only one type of workflow, in case we have to troubleshoot it.
Metadata
Metadata
Assignees
Labels
No labels