gitlab-ci: Remove unused TOOLCHAIN environment variable
authorTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:31:42 +0000 (11:31 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:31:42 +0000 (11:31 -0400)
commit1013233a08dcce6b1a53578269a7aed0b17e0dba
tree263840032b33a1bc78a782c1e3eb6263a26a6750
parent22c7b7d63bc0b711532693a990e9d74bf59aa5bf
gitlab-ci: Remove unused TOOLCHAIN environment variable

As part of copying the logic from Travis to GitLab I kept the TOOLCHAIN
variable.  However we don't use that now as the Docker container already
has all toolchains so we don't need to do any downloading.  Remove this
variable.

Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml