mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-29 06:03:39 +08:00
sourcehut builds: remove obsolete "env"
Some checks failed
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Lock threads / lock (push) Has been cancelled
Some checks failed
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Lock threads / lock (push) Has been cancelled
As of efe4083dce
(fish.spec/.builds: drop SHOW_INTERACTIVE_LOG,
2022-06-08) this is no longer necessary.
This commit is contained in:
parent
7e5af914be
commit
03a9f4a775
|
@ -24,4 +24,4 @@ tasks:
|
|||
ninja
|
||||
- test: |
|
||||
cd fish-shell/build
|
||||
env ninja test
|
||||
ninja test
|
||||
|
|
|
@ -20,4 +20,4 @@ tasks:
|
|||
ninja
|
||||
- test: |
|
||||
cd fish/build
|
||||
env ninja test
|
||||
ninja test
|
||||
|
|
Loading…
Reference in New Issue
Block a user