From 2289b8cf1c789e1c5fe2ce7aa4c67663713dc932 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Tue, 24 Sep 2024 15:40:00 -0400 Subject: [PATCH] Clean up references to IMS plug-in Signed-off-by: Timothy Johnson --- .github/workflows/test.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fad9d55..b501048 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: Setup zowe.json file id: setup run: | - jq '.commandGroups=["cics","db2","ims","mq","zos-ftp"]' zowe.template.json > zowe.json + jq '.commandGroups=["cics","db2","mq","zos-ftp"]' zowe.template.json > zowe.json npm run contribute - name: Teardown Zowe Plugins @@ -56,7 +56,6 @@ jobs: run: | zowe plugins uninstall @zowe/cics-for-zowe-cli zowe plugins uninstall @zowe/db2-for-zowe-cli - zowe plugins uninstall @zowe/ims-for-zowe-cli zowe plugins uninstall @zowe/mq-for-zowe-cli zowe plugins uninstall @zowe/zos-ftp-for-zowe-cli diff --git a/README.md b/README.md index 230f975..d55a07f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To preview web help with your plug-in included locally, perform the following st 1. Ensure the latest CLI and plug-ins are installed to generate up-to-date help. - Install the latest version of Zowe CLI, and all @zowe scoped plug-ins (CICS, DB2, FTP, IMS, and MQ for Zowe v2) if they are not already installed. If you do not have a globally installed Zowe CLI available, the CLI can also be accessed in this repository by running `npx zowe`. + Install the latest version of Zowe CLI, and all @zowe scoped plug-ins (CICS, DB2, FTP, and MQ for Zowe v2) if they are not already installed. If you do not have a globally installed Zowe CLI available, the CLI can also be accessed in this repository by running `npx zowe`. 2. Build web help that includes all plug-ins contributed to this repository.