From 9b8d8dcbbf7bd7fc7bf08de37cffe65d5bf1ff31 Mon Sep 17 00:00:00 2001 From: y-oksaku <43719835+y-oksaku@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:24:12 +0900 Subject: [PATCH] fix: remove k8s-vm name from README.md (#103) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b1200..ea502e7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > An executor plugin that routes builds through a Redis queue -The executor-queue for Screwdriver will push new jobs into a Redis queue. Other executors such as [executor-docker](https://github.com/screwdriver-cd/executor-docker), [executor-k8s](https://github.com/screwdriver-cd/executor-k8s) and [executor-k8s-vm](https://github.com/screwdriver-cd/executor-k8s-vm) will process jobs from this queue. +The executor-queue for Screwdriver will push new jobs into a Redis queue. Other executors such as [executor-docker](https://github.com/screwdriver-cd/executor-docker) and [executor-k8s](https://github.com/screwdriver-cd/executor-k8s) will process jobs from this queue. ## Usage