Remove message "tput: No value for $TERM and no -T specified" in gitlab builds
This commit is contained in:
parent
78bbf9b044
commit
1bd9ca9d1e
@ -40,6 +40,7 @@ dont-merge-to-master:
|
|||||||
- build-and-package-ubuntu-18-04
|
- build-and-package-ubuntu-18-04
|
||||||
- build-and-package-ubuntu-19-04
|
- build-and-package-ubuntu-19-04
|
||||||
before_script:
|
before_script:
|
||||||
|
- export TERM=dumb
|
||||||
- scripts/install_native_dependencies.sh
|
- scripts/install_native_dependencies.sh
|
||||||
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
||||||
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
||||||
@ -86,6 +87,7 @@ dont-merge-to-master:
|
|||||||
before_script:
|
before_script:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
# rsync is needed by opam to sync a package installed from a local directory with the copy in ~/.opam
|
# rsync is needed by opam to sync a package installed from a local directory with the copy in ~/.opam
|
||||||
|
- export TERM=dumb
|
||||||
- scripts/install_native_dependencies.sh
|
- scripts/install_native_dependencies.sh
|
||||||
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
||||||
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
- export PATH="/usr/local/bin${PATH:+:}${PATH:-}"
|
||||||
|
Loading…
Reference in New Issue
Block a user