From b707505e1627a25f4ff1974903c8aba47b1ea1ce Mon Sep 17 00:00:00 2001 From: Adrian-Mihai-Marghidan <157229248+Adrian-Mihai-Marghidan@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:31:19 +0200 Subject: [PATCH 1/3] Flatris GitHub CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..a7f2a02 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,21 @@ +# Node.js with React +# Build a Node.js project that uses React. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: NodeTool@0 + inputs: + versionSpec: '10.x' + displayName: 'Install Node.js' + +- script: | + npm install + npm run build + displayName: 'npm install and build' From 680c34826a0817bc071d6b9f6a3174a773250722 Mon Sep 17 00:00:00 2001 From: Adrian-Mihai-Marghidan <157229248+Adrian-Mihai-Marghidan@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:13:52 +0200 Subject: [PATCH 2/3] Update README.md Greseala NR1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf276ca..e34b7a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -[![Flatris](flatris.png)](https://flatris.space/) +GRESEALA NR1 + +/[![Flatris](flatris.png)](https://flatris.space/) [![Build Status](https://travis-ci.org/skidding/flatris.svg?branch=master)](https://travis-ci.org/skidding/flatris) From 1caaf4d1b3e940dac9ec015cc59643047fc6001a Mon Sep 17 00:00:00 2001 From: Adrian-Mihai-Marghidan <157229248+Adrian-Mihai-Marghidan@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:14:36 +0200 Subject: [PATCH 3/3] Update now.json Greseala Nr2 --- now.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/now.json b/now.json index 9bb711a..233dfb0 100644 --- a/now.json +++ b/now.json @@ -6,5 +6,8 @@ "ROLLBAR_POST_CLIENT_ITEM_ACCESS_TOKEN": "@rollbar-post-client-item-access-token", "FIREBASE_SERVICE_ACCOUNT": "@firebase-service-account" + + + GRESEALA NR2 } }