summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2020-03-19 01:42:09 +0900
committerDongjin Kim <tobetter@gmail.com>2020-03-19 02:12:45 +0900
commita188d8eab4a6318575089a4170b0e6a932d245cc (patch)
treedd27a51c33ca1564dc8aff2f84d7e59fd3ef9d7d
parent6443fcfcd0ee843fa84c9ce7ece4e8499721a337 (diff)
downloadu-boot-odroid-c1-a188d8eab4a6318575089a4170b0e6a932d245cc.tar.gz
ODROID-N2: fix '401 - Bad credential' error for Travis-CI
Change-Id: I4f4ca146eb905d1fc0f56eac6dfc8c4477b5e80c Signed-off-by: Dongjin Kim <tobetter@gmail.com>
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d7e38c4cc..872b474254 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,7 @@ before_deploy:
deploy:
provider: releases
- api_key:
- secure: ${PRIVATE_ACCESS_TOKEN}
+ api_key: ${PRIVATE_ACCESS_TOKEN}
file_glob: true
file: u-boot-${RELEASE_VERSION}.tar.gz
skip_cleanup: true