Commit f8f3536
Ensure
In a previous change we introduced a top-level
directory called `bazel`. Which lead to the
CI failing with the statement "permission denied".
After quite some debugging, we were able to identify
that the problem is, that this make-statement, would
now try to execute the directory `bazel` - where it has
no permisson - and not the binary within PATH.
With this change, it is ensured, that `bazel` is interpreted
as command.bazel is treated as command not dir1 parent 0d801d0 commit f8f3536
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments