From 1d7e317bbcfa099c6e4c661e58fcc5cb41e445f6 Mon Sep 17 00:00:00 2001 From: Zrley Zhao Date: Tue, 21 Jan 2020 11:34:40 +0800 Subject: [PATCH 1/3] update display --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4df3a67f2..e6cdb6ec6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -Circle - -[![CircleCI](https://circleci.com/gh/htzlg/iotkit-embedded.svg?style=svg)](https://circleci.com/gh/htzlg/iotkit-embedded) +Circle [![CircleCI](https://circleci.com/gh/htzlg/iotkit-embedded.svg?style=svg)](https://circleci.com/gh/htzlg/iotkit-embedded) # 用户手册 From 1236914de531f8a5665e279ee361e60783a6801e Mon Sep 17 00:00:00 2001 From: Zrley Zhao Date: Tue, 21 Jan 2020 15:56:13 +0800 Subject: [PATCH 2/3] update circleci --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bee0973b7..507407ae0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,7 @@ jobs: - run: name: Greeting command: echo Hello, world test. + command: echo Hello, world test2. - run: name: Print the Current Time From c6d4c6ff48b99fd1b653306dc24118d0d110a5f9 Mon Sep 17 00:00:00 2001 From: Zrley Zhao Date: Tue, 21 Jan 2020 15:57:53 +0800 Subject: [PATCH 3/3] update circleci --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 507407ae0..bee0973b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,6 @@ jobs: - run: name: Greeting command: echo Hello, world test. - command: echo Hello, world test2. - run: name: Print the Current Time