Skip to content

Commit 5382e98

Browse files
update CI with wpm download steps
1 parent 9adae6c commit 5382e98

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ env:
1919
WEBMETHODS_BASE_REGISTRY: ibmwebmethods.azurecr.io
2020
WEBMETHODS_BASE_REPOSITORY: webmethods-microservicesruntime
2121
WEBMETHODS_BASE_TAG: "11.1.0.5"
22+
23+
## Download url is at: https://www.ibm.com/resources/mrs/assets/mrs_landing_page?source=wpm&lang=en_US
24+
WPM_DOWNLOAD_URI: "https://www14.software.ibm.com/sdfdl/v2/regic/fr110574/Xa.2/Xb.MlmXDI-K-4mSoVbC8ikb_5TbjEzMqtKms9qaq7rxKMU/Xc.wpm.zip/Xd./Xf.lPr.D1vk/Xg.13576452/Xi.wpm/XY.regsrvs/XZ.KCet1GiqRfXEcORt9EzCPILjeWJDqAVx/wpm.zip"
25+
2226
WPM_PACKAGES: WmJDBCAdapter:v10.3.8.21 WmMQAdapter:v6.5.5.52 WmCloudStreams:v11.1.0
2327

2428
jobs:
@@ -35,6 +39,11 @@ jobs:
3539
- name: Checkout repository
3640
uses: actions/checkout@v5
3741

42+
- name: Install tools on the builder instance
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y unzip curl
46+
3847
- name: Set up QEMU
3948
uses: docker/setup-qemu-action@v3
4049

@@ -72,6 +81,10 @@ jobs:
7281
type=sha
7382
type=match,pattern=v(.*),group=1
7483
84+
- name: Download file
85+
run: |
86+
curl -o wpm.zip ${{ env.WPM_DOWNLOAD_URI }} && unzip wpm.zip
87+
7588
# Build and push Docker image with Buildx
7689
# https://github.com/docker/build-push-action
7790
- name: Build and push Docker image

resources/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/readme.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)