Skip to content

Commit

Permalink
Renovate could not find wails, so trying an absolute path (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'bugfix/renovate-update-wailsjs' into 'main'
* Renovate could not find wails, so trying an absolute path

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-desktop/sda-filesystem/-/merge_requests/37

Approved-by: Joonatan Mäkinen <jmakine@csc.fi>
Co-authored-by: Emmi Rehn <emmi.rehn@csc.fi>
Merged by Emmi Rehn <emrehn@csc.fi>
  • Loading branch information
Emmi Rehn committed Aug 19, 2024
2 parents bfc417d + cbcd8a3 commit f656058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"postUpgradeTasks": {
"commands": ["wails generate module"],
"commands": ["/usr/local/go/bin/wails generate module"],
"fileFilters": ["frontend/wailsjs/**"],
"executionMode": "branch"
}
Expand Down

0 comments on commit f656058

Please sign in to comment.