Skip to content

Commit

Permalink
separate zosmf host from marist host
Browse files Browse the repository at this point in the history
  • Loading branch information
achmelo committed Apr 2, 2024
1 parent 4b28fe0 commit 3915107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
env:
MARIST_HOST: 'zzow04.zowe.marist.cloud'
ZOSMF_PORT: 10443
ZOSMF_HOST: zzow08.zowe.marist.cloud
GATEWAY_PORT: 7554
JOBS_PORT: 8443
JOBS_LOG_DIR: .apiml/jobs-api.log
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
- name: Run APIML containers
run: |
chmod +x scripts/run-containerized-apiml.sh
./scripts/run-containerized-apiml.sh -h ${{ env.MARIST_HOST }} -p ${{ env.ZOSMF_PORT }} -f ${{ env.JOBS_PORT }} -l
./scripts/run-containerized-apiml.sh -h ${{ env.ZOSMF_HOST }} -p ${{ env.ZOSMF_PORT }} -f ${{ env.JOBS_PORT }} -l
env:
GATEWAY_PORT: ${{ env.GATEWAY_PORT }}

Expand Down

0 comments on commit 3915107

Please # to comment.