From b9cceb273574ee11ca752e8c1c35d8ceb57e2094 Mon Sep 17 00:00:00 2001 From: Dedy Wahyudi Date: Thu, 10 Jun 2021 11:32:51 +0700 Subject: [PATCH 1/4] edgenet icon --- src/assets/images/profile/skills/id-604.svg | 107 ++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 src/assets/images/profile/skills/id-604.svg diff --git a/src/assets/images/profile/skills/id-604.svg b/src/assets/images/profile/skills/id-604.svg new file mode 100644 index 0000000000..c8ae36ba51 --- /dev/null +++ b/src/assets/images/profile/skills/id-604.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 48d91cf914e6b50cd7212b99e64610bb8bda3039 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Fri, 11 Jun 2021 13:04:02 -0300 Subject: [PATCH 2/4] ci: Deploy feature/profile-add-edgenet to QA env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 99589dd9a2..e3d135b71a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -355,7 +355,7 @@ workflows: filters: branches: only: - - free + - feature/profile-add-edgenet # This is beta env for production soft releases - "build-prod-beta": context : org-global From 4abd37d78773b973233c5db4fd392df4c4ff03e5 Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Fri, 11 Jun 2021 13:05:45 -0300 Subject: [PATCH 3/4] ci: Deploy feature/profile-add-edgenet to BETA env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3d135b71a..02b09a487c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -362,7 +362,7 @@ workflows: filters: branches: only: - - thrive-bug-fixes + - feature/profile-add-edgenet # This is stage env for production QA releases - "build-prod-staging": context : org-global From 05192bf448e17ff1a7ce8a1e95e9741f07c4222e Mon Sep 17 00:00:00 2001 From: Luiz Ricardo Rodrigues Date: Tue, 15 Jun 2021 02:03:16 -0300 Subject: [PATCH 4/4] ci: Deploy feature/profile-add-edgenet to Stag env --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02b09a487c..0a4a930ab2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -355,14 +355,14 @@ workflows: filters: branches: only: - - feature/profile-add-edgenet + - free # This is beta env for production soft releases - "build-prod-beta": context : org-global filters: branches: only: - - feature/profile-add-edgenet + - free # This is stage env for production QA releases - "build-prod-staging": context : org-global @@ -370,7 +370,7 @@ workflows: branches: only: - develop - - topgear-app + - feature/profile-add-edgenet # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration