Skip to content

Commit

Permalink
Clean up references to IMS plug-in
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Sep 24, 2024
1 parent b014db4 commit 2289b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ 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
id: teardown-zowe
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2289b8c

Please sign in to comment.