From 0c5467b3cad30c183747892894d1ad878d13e27c Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 2 Dec 2020 11:34:19 +0100 Subject: [PATCH] Add status badge to README Signed-off-by: trivernis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadd3e0..e733c3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FlotteFrontend -[![Build Status](https://travis-ci.com/fLotte-meets-HWR-DB/frontend.svg?token=YfRmpHAXqyUafCgSEexw&branch=master)](https://travis-ci.com/fLotte-meets-HWR-DB/frontend) +![Build Docker Image](https://github.com/fLotte-meets-HWR-DB/frontend/workflows/Build%20Docker%20Image/badge.svg) This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.8. @@ -59,4 +59,4 @@ We can't pass it in an other form, else it would not be possible to pass a value If the backend url changes, it has to be changed in the following files: - ./src/environments/ - ./apollo.config.js for autocompletion when writing queries etc. -- ./codegen.yml for graphQL codegen (to generate schema, types etc.) \ No newline at end of file +- ./codegen.yml for graphQL codegen (to generate schema, types etc.)