Skip to content

Commit

Permalink
build: revert temp debug statements
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Dec 11, 2023
1 parent e094157 commit 0a220e2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion bin/apiml_cm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# IBM Java keytool documentation:
# https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.security.component.80.doc/security-component/keytoolDocs/keytool_overview.html
#
set -x
BASE_DIR=$(dirname "$0")
PARAMS="$@"
PWD=`pwd`
Expand Down
1 change: 0 additions & 1 deletion bin/zowe-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

# This script checks to see whether they are set, and if not tries to locate them,
# and if they can't be found prompt for them before setting them
set -x
echo "<zowe-init.sh>" >> $LOG_FILE

# process input parameters.
Expand Down
1 change: 0 additions & 1 deletion bin/zowe-setup-certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
# - COMPONENT_LEVEL_CERTIFICATES - optional - if you want to generate dedicated certificates for certain components.
# - EXTERNAL_COMPONENT_CERTIFICATES - optional - external certificates for each of components listed in COMPONENT_LEVEL_CERTIFICATES
# - EXTERNAL_COMPONENT_CERTIFICATE_ALIASES - optional - external certificate aliases for each of components listed in COMPONENT_LEVEL_CERTIFICATES
set -x
function detectExternalCAs {
echo "Detecting external CAs ... STARTED"
EXTERNAL_ROOT_CA=
Expand Down
2 changes: 1 addition & 1 deletion playbooks/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ transfer_method = smart
# how long the persistent connection will remain idle before it is destroyed.
# If the connection doesn't receive a request before the timeout value
# expires, the connection is shutdown. The default value is 30 seconds.
connect_timeout = 90
#connect_timeout = 90

# Configures the persistent connection retry timeout. This value configures the
# the retry timeout that ansible-connection will wait to connect
Expand Down
3 changes: 0 additions & 3 deletions playbooks/roles/configure/tasks/setup_certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
- name: Show zowe-setup-certificates.env
raw: cat "{{ work_dir_remote }}/zowe-setup-certificates.env"

- name: Show env
raw: env

- name: Setup certificates
import_role:
name: zos
Expand Down

0 comments on commit 0a220e2

Please sign in to comment.