From 8088828c3924b371bca419dba9df42acaeb97f8e Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:09:04 -0500 Subject: [PATCH] Update google.properties.json --- ci/properties/google.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index dee44b9..877e239 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": null -} \ No newline at end of file + "categories": ["Docker"] +}