+
+
+
+
+
+
+
+
-
+
+
+
+ diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..3ad2bbcec --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,16 @@ +version: 2.1 + +jobs: + build: + docker: + - image: cimg/base:stable + steps: + - checkout + - run: + name: Verify setup + command: echo "✅ CircleCI is working!" + +workflows: + build_and_test: + jobs: + - build diff --git a/app/config/assets/coldchaindemo.html b/app/config/assets/coldchaindemo.html index 9ead6d263..f42b0f3f7 100644 --- a/app/config/assets/coldchaindemo.html +++ b/app/config/assets/coldchaindemo.html @@ -10,26 +10,67 @@ + + + -
-