Skip to content

Commit 2a2050d

Browse files
committed
Updated Main Script
Signed-off-by: Ali <65877768+alim395@users.noreply.github.com>
1 parent 328f2ba commit 2a2050d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COBOL Programming Course #4 - Testing/COBOL Programming Course #4 - Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ By the end of this lab, you'll have practical experience in setting up an automa
393393
394394
- name: Run Zowe operations
395395
env:
396-
ZOWE_OPT_HOST: 192.86.32.250
396+
ZOWE_OPT_HOST: 204.90.115.200
397397
ZOWE_OPT_PORT: 10443
398398
ZOWE_OPT_USER: ${{ secrets.ZOWE_USERNAME }}
399399
ZOWE_OPT_PASSWORD: ${{ secrets.ZOWE_PASSWORD }}
@@ -406,7 +406,7 @@ By the end of this lab, you'll have practical experience in setting up an automa
406406
ZOWE_USERNAME: ${{ secrets.ZOWE_USERNAME }}
407407
ZOWE_PASSWORD: ${{ secrets.ZOWE_PASSWORD }}
408408
run: |
409-
sshpass -p "$ZOWE_PASSWORD" ssh -o StrictHostKeyChecking=no $ZOWE_USERNAME@192.86.32.250 'sh -s' < .github/scripts/mainframe_operations.sh
409+
sshpass -p "$ZOWE_PASSWORD" ssh -o StrictHostKeyChecking=no $ZOWE_USERNAME@204.90.115.200 'sh -s' < .github/scripts/mainframe_operations.sh
410410
```
411411
412412
6. **Create script files**

0 commit comments

Comments
 (0)