Skip to content

Commit

Permalink
found some lingering azwe002 references
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Dec 17, 2024
1 parent bb648cc commit 9ba5d84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
- name: '[PSWI 0] PSWI pre-build check for existing smpe'
if: env.INPUTS_BUILD_PSWI == 'true' && github.event.inputs.PSWI_SMPE_ARTIFACTORY_PATH != '' && github.event.inputs.PSWI_SMPE_AZWE_ARTIFACTORY_PATH != ''
run: |
jfrog rt dl ${{github.event.inputs.PSWI_SMPE_AZWE_ARTIFACTORY_PATH}}/AZWE002*.zip --flat=true .pax/AZWE002.zip
jfrog rt dl ${{github.event.inputs.PSWI_SMPE_AZWE_ARTIFACTORY_PATH}}/AZWE003*.zip --flat=true .pax/AZWE003.zip
jfrog rt dl ${{github.event.inputs.PSWI_SMPE_ARTIFACTORY_PATH}}/zowe-smpe-*.zip --flat=true .pax/zowe-smpe.zip
- name: '[SMPE Pax 4] Build PSWI'
Expand Down
2 changes: 1 addition & 1 deletion playbooks/install-fmid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# ============================================================================
# if zowe_build_remote is set, we copy the FMID from zowe_fmids_dir_remote to our work folder
# the value of zowe_build_remote should be FMID like AZWE002
# the value of zowe_build_remote should be FMID like AZWE003
- name: Copy Zowe FMID files from {{ zowe_fmids_dir_remote }}/{{ zowe_build_remote }} if it has value
when: zowe_build_remote is defined
import_role:
Expand Down
2 changes: 1 addition & 1 deletion tests/installation/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as path from 'path';
// const debug = Debug('zowe-install-test:constants');

// the FMID we will use to test PTF
export const ZOWE_FMID = 'AZWE002';
export const ZOWE_FMID = 'AZWE003';

// where ansible playbooks located
export const ANSIBLE_ROOT_DIR: string = path.resolve(__dirname, '../../../playbooks');
Expand Down

0 comments on commit 9ba5d84

Please sign in to comment.