From 1af242240f78dc95005b006c35988ad7766863af Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 3 Mar 2020 17:06:43 +0100 Subject: [PATCH] Revert "Add missing categories" --- ci/properties/aws.properties.json | 4 ++-- ci/properties/azure.properties.json | 4 ++-- ci/properties/google.properties.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json index 3693743..2988e7c 100644 --- a/ci/properties/aws.properties.json +++ b/ci/properties/aws.properties.json @@ -2,5 +2,5 @@ "name": "Deploy to Amazon ECS", "description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.", "iconName": "aws", - "categories": ["Dockerfile"] -} + "categories": null +} \ No newline at end of file diff --git a/ci/properties/azure.properties.json b/ci/properties/azure.properties.json index 8ccdc38..ba92f6f 100644 --- a/ci/properties/azure.properties.json +++ b/ci/properties/azure.properties.json @@ -2,5 +2,5 @@ "name": "Deploy Node.js to Azure Web App", "description": "Build a Node.js project and deploy it to an Azure Web App.", "iconName": "azure", - "categories": ["JavaScript"] -} + "categories": null +} \ No newline at end of file diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index 5590cec..dee44b9 100644 --- a/ci/properties/google.properties.json +++ b/ci/properties/google.properties.json @@ -2,5 +2,5 @@ "name": "Build and Deploy to GKE", "description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.", "iconName": "googlegke", - "categories": ["Dockerfile"] -} + "categories": null +} \ No newline at end of file