mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 17:05:38 +00:00
.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:
+1
-1
@@ -6,7 +6,7 @@ packages:
|
|||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~eliasnaur/gio
|
- https://git.sr.ht/~eliasnaur/gio
|
||||||
environment:
|
environment:
|
||||||
PATH: $PATH:/usr/bin:/home/build/go/bin:/home/build/android/tools/bin
|
PATH: /usr/bin:/home/build/go/bin:/home/build/android/tools/bin
|
||||||
ANDROID_HOME: /home/build/android
|
ANDROID_HOME: /home/build/android
|
||||||
android_sdk_tools_zip: sdk-tools-linux-3859397.zip
|
android_sdk_tools_zip: sdk-tools-linux-3859397.zip
|
||||||
android_ndk_zip: android-ndk-r20-linux-x86_64.zip
|
android_ndk_zip: android-ndk-r20-linux-x86_64.zip
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ sources:
|
|||||||
- https://github.com/mackyle/xar.git
|
- https://github.com/mackyle/xar.git
|
||||||
environment:
|
environment:
|
||||||
APPLE_TOOLCHAIN_ROOT: /home/build/appletools
|
APPLE_TOOLCHAIN_ROOT: /home/build/appletools
|
||||||
PATH: /home/build/go/bin:/usr/bin:$PATH
|
PATH: /home/build/go/bin:/usr/bin
|
||||||
secrets:
|
secrets:
|
||||||
- 6363dfe0-15d9-4bd2-88a5-ae53243568c9
|
- 6363dfe0-15d9-4bd2-88a5-ae53243568c9
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ packages:
|
|||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~eliasnaur/gio
|
- https://git.sr.ht/~eliasnaur/gio
|
||||||
environment:
|
environment:
|
||||||
PATH: $PATH:/usr/bin
|
PATH: /usr/bin
|
||||||
tasks:
|
tasks:
|
||||||
- install_chrome: |
|
- install_chrome: |
|
||||||
curl -s https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
curl -s https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||||
|
|||||||
Reference in New Issue
Block a user