mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:40:29 +02:00
.gitlab-ci.yml: try to fix job failure by suppressing install.sh error output
This commit is contained in:
parent
c4b04842e4
commit
ff9be93e98
@ -6,7 +6,7 @@ before_script:
|
|||||||
- wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar
|
- wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar
|
||||||
- tar xf fpc-3.2.2.x86_64-linux.tar
|
- tar xf fpc-3.2.2.x86_64-linux.tar
|
||||||
- cd fpc-3.2.2.x86_64-linux
|
- cd fpc-3.2.2.x86_64-linux
|
||||||
- yes $'\n' | head | ./install.sh
|
- yes $'\n' | head | ./install.sh 2> /dev/null
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user