Change PATH in CI script

This commit is contained in:
Vadim Kaushan 2019-03-17 16:52:15 +03:00
parent a8040bd24b
commit 87453e6b0a
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,6 @@ matrix:
install:
- ci/install.sh
- export PATH="$PATH:$PWD/gcc/bin"
script:
- ci/script.sh

View File

@ -11,5 +11,6 @@ if [ -n "${TARGET:-}" ]; then
fi
if [ -n "${CHECK_BLOBS:-}" ]; then
PATH="$PATH:$PWD/gcc/bin"
./check-blobs.sh
fi