Skip to content

Commit

Permalink
Merge pull request #16 from zowe/update-zowe-versions-yaml
Browse files Browse the repository at this point in the history
Update yaml paths to load package versions from zowe-versions.yaml
  • Loading branch information
awharn authored Feb 15, 2022
2 parents 7ccd318 + c83bb94 commit 8127e68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
if: ${{ github.event.inputs.zowe-version && github.event.inputs.zowe-version != '' }}
run: |
curl -s https://raw.githubusercontent.com/zowe/zowe-cli-standalone-package/${{ github.event.inputs.zowe-version }}/master/zowe-versions.yaml > __zowe__version__
npm install -g @zowe/cli@$(yq '."zowe-cli".cli' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/cics-for-zowe-cli@$(yq '."zowe-plugins".cics' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/db2-for-zowe-cli@$(yq '."zowe-plugins".db2' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/ims-for-zowe-cli@$(yq '."zowe-plugins".ims' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/mq-for-zowe-cli@$(yq '."zowe-plugins".mq' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/secure-credential-store-for-zowe-cli@$(yq '."zowe-plugins"."secure-credential-store"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/zos-ftp-for-zowe-cli@$(yq '."zowe-plugins"."zos-ftp"' __zowe__version__ | tr -d '"')
npm install -g @zowe/cli@$(yq '.packages.cli."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/cics-for-zowe-cli@$(yq '.packages."cics-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/db2-for-zowe-cli@$(yq '.packages."db2-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/ims-for-zowe-cli@$(yq '.packages."ims-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/mq-for-zowe-cli@$(yq '.packages."mq-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/secure-credential-store-for-zowe-cli@$(yq '.packages."secure-credential-store-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
zowe plugins install @zowe/zos-ftp-for-zowe-cli@$(yq '.packages."zos-ftp-for-zowe-cli"."zowe-v1-lts"' __zowe__version__ | tr -d '"')
rm __zowe__version__
- name: Set Up Zowe
Expand Down

0 comments on commit 8127e68

Please sign in to comment.