Commit 1881187
committed
fix: devtool fix_perms command
PR #4856
extended the `fix_perms` devtool command to also fix permissions of the
directory in which we put CI artifacts from `build_ci_artifacts`
command.
Since, we are now calling `fix_perms` from two different "workflows",
i.e. build/test and CI artifacts building, it might be the case that
some of the directories `fix_perms` is trying to fix permissions for,
don't exist.
Add `-f` flag to `chown` command of `fix_perms`, to avoid issues.
Signed-off-by: Babis Chalios <[email protected]>1 parent d84d76c commit 1881187
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments