.builds: remove existing $PATH from PATH settings

$PATH is not expanded anyway, and it's better to be explicit.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-30 11:49:44 +01:00
parent 7939f142bd
commit c131a7f423
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/mackyle/xar.git
environment:
APPLE_TOOLCHAIN_ROOT: /home/build/appletools
PATH: /home/build/go/bin:/usr/bin:$PATH
PATH: /home/build/go/bin:/usr/bin
secrets:
- 6363dfe0-15d9-4bd2-88a5-ae53243568c9
tasks: