From 40041b1542ff9904596118c01bf3b41bb3c14539 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Fri, 2 Jun 2023 12:24:49 +0200 Subject: [PATCH] Deprecate project JIRA: CPOUI5FOUNDATION-777 --- .github/workflows/reuse-compliance.yml | 8 +++++++- .travis.yml | 6 ------ README.md | 7 +++++-- 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index 91d1a8c0..c15c53c6 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -1,6 +1,12 @@ name: REUSE Compliance Check -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: test: diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b44c0a75..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: node_js -node_js: - - "node" -before_script: - - npm test - - npm run build diff --git a/README.md b/README.md index 4521210c..36e9a9fb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -[![Build Status](https://travis-ci.org/SAP/openui5-basic-template-app.svg?branch=master)](https://travis-ci.org/SAP/openui5-basic-template-app) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-basic-template-app)](https://api.reuse.software/info/github.com/SAP/openui5-basic-template-app) ![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png) +# DEPRECATED + +**⚠️ This project has been deprecated in favor of [OpenUI5 Sample App](https://github.com/SAP/openui5-sample-app).** + # openui5-basic-template-app OpenUI5 basic template app using the UI5 Build and Development Tooling. You can use it as a starting point to build custom OpenUI5 apps. ## More information -* [Live Demo](https://sap.github.io/openui5-basic-template-app) +* [Live Demo](https://sap-archive.github.io/openui5-basic-template-app) * [Documentation](https://openui5.hana.ondemand.com/#/topic/7a4d93c0b0bb439b9d889ffc5b02eac9) * [UI5 Tooling](https://github.com/SAP/ui5-tooling) * [OpenUI5](https://github.com/SAP/openui5)