summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeonghoon Park <jh1979.park@samsung.com>2021-05-28 19:04:16 +0900
committer박정훈/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jh1979.park@samsung.com>2021-05-28 19:11:07 +0900
commit0e400a9cbaa5fce51eed83d4ad733d3c90bbfd3c (patch)
tree0930f9255981382b4b2e2e27fa0685e416cee580
parentf563e7ec1413c40cbda6c25f2e96a717a3f16d82 (diff)
downloadtic-core-0e400a9cbaa5fce51eed83d4ad733d3c90bbfd3c.tar.gz
tic-core-0e400a9cbaa5fce51eed83d4ad733d3c90bbfd3c.tar.bz2
tic-core-0e400a9cbaa5fce51eed83d4ad733d3c90bbfd3c.zip
[circleci] remove brace in clone url
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 481968f..510d649 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -56,7 +56,7 @@ jobs:
exit 0
fi
TAG_NAME=v.$(date "+%Y%m%d"_tic-core_${CIRCLE_SHA1})
- git clone https://{$TIC_TOKEN}:x-oauth-basic@github.sec.samsung.net/TizenIoT/tic-allinone-docker.git
+ git clone https://$TIC_TOKEN:x-oauth-basic@github.sec.samsung.net/TizenIoT/tic-allinone-docker.git
cd tic-allinone-docker
git tag $TAG_NAME
git push origin main --tags $TAG_NAME