Skip to content

Commit

Permalink
previous run ended without cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Sep 3, 2024
1 parent 3a6444d commit 88bea26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pswi/PSWI-marist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ export WORKFLOW_DSN=${CSIHLQ}.WORKFLOW
export ZOWE_ZFS="${CSIHLQ}.ZFS"
export VERSION=$(cat ../manifest.json.template | grep -o '"version": ".*"' | head -1 | cut -f4 -d\")

# Initialize variables
presmpe=0
smpe=0
ptf=0
create=0
test=0

# Just for now as I cant get to mainframe with zowead2 and I need clean up
sh 07_smpe_cleanup.sh
sh 08_presmpe_cleanup.sh

# Upload and prepare all files
sh 00_presmpe.sh
presmpe=$?
Expand Down Expand Up @@ -141,6 +152,9 @@ if [ $presmpe -eq 0 ]; then
# Clean RELFILEs and PTFs
sh 08_presmpe_cleanup.sh
fi
else
# Clean RELFILEs and PTFs
sh 08_presmpe_cleanup.sh
fi

echo ""
Expand Down

0 comments on commit 88bea26

Please sign in to comment.